From: Bodo Möller Date: Mon, 10 Jun 2002 11:46:32 +0000 (+0000) Subject: fix for 'make update' X-Git-Tag: OpenSSL_0_9_6e~26^2~87 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8a5dbb0a2e90aedab1d553cefab6b3616c65e962;p=oweals%2Fopenssl.git fix for 'make update' --- 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; diff --git a/crypto/Makefile.ssl b/crypto/Makefile.ssl index 98685800e4..48187971d7 100644 --- a/crypto/Makefile.ssl +++ b/crypto/Makefile.ssl @@ -141,7 +141,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: