From: Lutz Jänicke Date: Mon, 1 Dec 2003 08:12:47 +0000 (+0000) Subject: Some more ASFLAGS settings required X-Git-Tag: BEN_FIPS_TEST_5~13^2~33 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=0bf1c1d80d37ba2358aa38e27d2262c5bd9b6201 Some more ASFLAGS settings required PR: #735 Submitted by: Tim Rice --- diff --git a/crypto/cast/Makefile.ssl b/crypto/cast/Makefile.ssl index 70c47bf8e6..d1b2bafd38 100644 --- a/crypto/cast/Makefile.ssl +++ b/crypto/cast/Makefile.ssl @@ -25,6 +25,7 @@ CAST_ENC=c_enc.o #CAST_ENC=asm/cx86bdsi.o CFLAGS= $(INCLUDES) $(CFLAG) +ASFLAGS= $(INCLUDES) $(ASFLAG) GENERAL=Makefile TEST=casttest.c diff --git a/crypto/rc5/Makefile.ssl b/crypto/rc5/Makefile.ssl index fcdeb1e81e..915916b7f4 100644 --- a/crypto/rc5/Makefile.ssl +++ b/crypto/rc5/Makefile.ssl @@ -22,6 +22,7 @@ RC5_ENC= rc5_enc.o #DES_ENC= r586-elf.o CFLAGS= $(INCLUDES) $(CFLAG) +ASFLAGS= $(INCLUDES) $(ASFLAG) GENERAL=Makefile TEST=rc5test.c