summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-05-08 10:40:01 +0000
committerUlf Möller <ulf@openssl.org>1999-05-08 10:40:01 +0000
commit5a9bab32b9c17643736fc0f6de0462f1a18545bb (patch)
treec1ff2437fc1df6f09b313db54ffbe95bc872684a
parent0894315642412f63ddce16fb7ce0d8c86643ae75 (diff)
pass $PERL on make files.
-rw-r--r--Makefile.org2
-rw-r--r--crypto/Makefile.ssl2
2 files changed, 2 insertions, 2 deletions
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: