summaryrefslogtreecommitdiffstats
path: root/crypto/bn/Makefile.ssl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-05-29 22:20:47 +0000
committerRichard Levitte <levitte@openssl.org>2003-05-29 22:20:47 +0000
commit01fc834bc953d4ca127af3accea02fc0bc26b86a (patch)
tree87a7586816edb9ae401989f936181a23fd910b38 /crypto/bn/Makefile.ssl
parentf7f8d82aaa4403d429064ab0bb1ae5ed4e0e617b (diff)
Have ASFLAGS be defined the same way as CFLAGS
Diffstat (limited to 'crypto/bn/Makefile.ssl')
-rw-r--r--crypto/bn/Makefile.ssl1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/bn/Makefile.ssl b/crypto/bn/Makefile.ssl
index c109411d4b..d762ae7b4f 100644
--- a/crypto/bn/Makefile.ssl
+++ b/crypto/bn/Makefile.ssl
@@ -22,6 +22,7 @@ BN_ASM= bn_asm.o
#BN_ASM= bn86-elf.o
CFLAGS= $(INCLUDES) $(CFLAG)
+ASFLAGS= $(INCLUDES) $(ASFLAG)
GENERAL=Makefile
TEST=bntest.c exptest.c