From: Ulf Möller Date: Sat, 8 May 1999 10:40:01 +0000 (+0000) Subject: pass $PERL on make files. X-Git-Tag: OpenSSL_0_9_3beta1~132 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a9bab32b9c17643736fc0f6de0462f1a18545bb;p=openssl pass $PERL on make files. --- diff --git a/Makefile.org b/Makefile.org index 560051481b..8c36768a77 100644 --- a/Makefile.org +++ b/Makefile.org @@ -237,7 +237,7 @@ files: @for i in $(DIRS) ;\ do \ (cd $$i && echo "making 'files' in $$i..." && \ - $(MAKE) SDIRS='${SDIRS}' files ) || exit 1; \ + $(MAKE) SDIRS='${SDIRS}' PERL='${PERL}' files ) || exit 1; \ done; links: diff --git a/crypto/Makefile.ssl b/crypto/Makefile.ssl index 38013619ab..15b1f11b4e 100644 --- a/crypto/Makefile.ssl +++ b/crypto/Makefile.ssl @@ -64,7 +64,7 @@ files: @for i in $(SDIRS) ;\ do \ (cd $$i; echo "making 'files' in crypto/$$i..."; \ - $(MAKE) files ); \ + $(MAKE) PERL='${PERL}' files ); \ done; links: