summaryrefslogtreecommitdiffstats
path: root/crypto/Makefile.ssl
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-01-25 22:09:11 +0000
committerAndy Polyakov <appro@openssl.org>2005-01-25 22:09:11 +0000
commitfbdce13e5a068f43dacb19aa569ff7cebe8e3c9d (patch)
treee1ac970a99d07451740c8c36b2b41a3c8fdf82cb /crypto/Makefile.ssl
parente532a6c449049f4cfe611d3b5aa039d47a5d0018 (diff)
Please BSD make...
Diffstat (limited to 'crypto/Makefile.ssl')
-rw-r--r--crypto/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Makefile.ssl b/crypto/Makefile.ssl
index b22e08e9e2..bb9df4a642 100644
--- a/crypto/Makefile.ssl
+++ b/crypto/Makefile.ssl
@@ -85,7 +85,7 @@ subdirs:
@for i in $(SDIRS) ;\
do \
(cd $$i && echo "making all in crypto/$$i..." && \
- $(MAKE) CC='$(CC)' INCLUDES='${INCLUDES}' CFLAG='${CFLAG}' INSTALLTOP='${INSTALLTOP}' PEX_LIBS='${PEX_LIBS}' EX_LIBS='${EX_LIBS}' BN_ASM='${BN_ASM}' DES_ENC='${DES_ENC}' SHA1_ASM_OBJ='${SHA1_ASM_OBJ}' MD5_ASM_OBJ='${MD5_ASM_OBJ}' RMD160_ASM_OBJ='${RMD160_ASM_OBJ}' BF_ENC='${BF_ENC}' CAST_ENC='${CAST_ENC}' RC4_ENC='${RC4_ENC}' RC5_ENC='${RC5_ENC}' AR='${AR}' PROCESSOR='${PROCESSOR}' PERL='${PERL}' RANLIB='${RANLIB}' all ) || exit 1; \
+ $(MAKE) -e INCLUDES='${INCLUDES}' all ) || exit 1; \
done;
files: