summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-06-10 11:42:04 +0000
committerBodo Möller <bodo@openssl.org>2002-06-10 11:42:04 +0000
commit1ffa78ec6cf4bbaead0c4940552eadbeded8bbb5 (patch)
tree17dccabe60287958cef27ad1af58089930bab854 /crypto
parent64e3974013161bf3275a06f395dae2abef5c47fe (diff)
fix for 'make update'
Diffstat (limited to 'crypto')
-rw-r--r--crypto/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Makefile.ssl b/crypto/Makefile.ssl
index 3bdca28b00..f96154cacd 100644
--- a/crypto/Makefile.ssl
+++ b/crypto/Makefile.ssl
@@ -134,7 +134,7 @@ depend:
@for i in $(SDIRS) ;\
do \
(cd $$i; echo "making depend in crypto/$$i..."; \
- $(MAKE) MAKEFILE='${MAKEFILE}' INCLUDES='${INCLUDES}' DEPFLAG='${DEPFLAG}' depend ); \
+ $(MAKE) MAKEFILE='${MAKEFILE}' INCLUDES='${INCLUDES}' DEPFLAG='${DEPFLAG}' PERL='${PERL}' depend ); \
done;
clean: