From: Richard Levitte Date: Fri, 20 Dec 2002 15:28:42 +0000 (+0000) Subject: Propagate MAKEDEPPROG to the subdirs under crypto/. X-Git-Tag: OpenSSL_0_9_7a~86^2~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c9202004bc957b4b00f567cd2ddb4be3324d761;p=thirdparty%2Fopenssl.git Propagate MAKEDEPPROG to the subdirs under crypto/. --- diff --git a/crypto/Makefile.ssl b/crypto/Makefile.ssl index 061211dbd40..522a162c1e9 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}' CFLAG='${CFLAG}' DEPFLAG='${DEPFLAG}' PERL='${PERL}' depend ); \ + $(MAKE) MAKEFILE='${MAKEFILE}' INCLUDES='${INCLUDES}' CFLAG='${CFLAG}' DEPFLAG='${DEPFLAG}' MAKEDEPPROG='${MAKEDEPPROG}' KRB5_INCLUDES='${KRB5_INCLUDES}' PERL='${PERL}' depend ); \ done; clean: