From: Lutz Jänicke Date: Mon, 1 Dec 2003 08:12:01 +0000 (+0000) Subject: Some more ASFLAGS settings required X-Git-Tag: OpenSSL_0_9_7d~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=67e5d33dd751be5d558c4175e6191cd207ebc807;p=openssl 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 3ad6655946..e7af80f0c0 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