From 0bf1c1d80d37ba2358aa38e27d2262c5bd9b6201 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lutz=20J=C3=A4nicke?= Date: Mon, 1 Dec 2003 08:12:47 +0000 Subject: Some more ASFLAGS settings required PR: #735 Submitted by: Tim Rice --- crypto/cast/Makefile.ssl | 1 + crypto/rc5/Makefile.ssl | 1 + 2 files changed, 2 insertions(+) (limited to 'crypto') diff --git a/crypto/cast/Makefile.ssl b/crypto/cast/Makefile.ssl index 70c47bf..d1b2baf 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 fcdeb1e..915916b 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 -- cgit v1.1