summaryrefslogtreecommitdiffstats
path: root/Makefile.org
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 /Makefile.org
parent0894315642412f63ddce16fb7ce0d8c86643ae75 (diff)
pass $PERL on make files.
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 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: