summaryrefslogtreecommitdiffstats
path: root/Makefile.org
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 /Makefile.org
parent64e3974013161bf3275a06f395dae2abef5c47fe (diff)
fix for 'make update'
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org
index 7ef2c78c88..f09543ad53 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -556,7 +556,7 @@ depend:
do \
if [ -d "$$i" ]; then \
(cd $$i && echo "making dependencies $$i..." && \
- $(MAKE) SDIRS='${SDIRS}' DEPFLAG='${DEPFLAG}' depend ) || exit 1; \
+ $(MAKE) SDIRS='${SDIRS}' DEPFLAG='${DEPFLAG}' PERL='${PERL}' depend ) || exit 1; \
fi; \
done;