summaryrefslogtreecommitdiff
path: root/Makefile.org
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-06-10 11:46:32 +0000
committerBodo Möller <bodo@openssl.org>2002-06-10 11:46:32 +0000
commit8a5dbb0a2e90aedab1d553cefab6b3616c65e962 (patch)
tree66e0c1c395948efa135402f9606bb6a8d56b6031 /Makefile.org
parent532203cdb0c9c0fc93c39baa973986094cdd7261 (diff)
downloadopenssl-new-8a5dbb0a2e90aedab1d553cefab6b3616c65e962.tar.gz
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 47c0113019..85611709b1 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -598,7 +598,7 @@ depend:
do \
if [ -d "$$i" ]; then \
(cd $$i && echo "making dependencies $$i..." && \
- $(MAKE) SDIRS='${SDIRS}' DEPFLAG='${DEPFLAG}' MAKEDEPPROG='${MAKEDEPPROG}' KRB5_INCLUDES='${KRB5_INCLUDES}' depend ) || exit 1; \
+ $(MAKE) SDIRS='${SDIRS}' DEPFLAG='${DEPFLAG}' MAKEDEPPROG='${MAKEDEPPROG}' KRB5_INCLUDES='${KRB5_INCLUDES}' PERL='${PERL}' depend ) || exit 1; \
fi; \
done;