summaryrefslogtreecommitdiff
path: root/Makefile.org
diff options
context:
space:
mode:
authorulf <ulf>1999-05-08 10:39:45 +0000
committerulf <ulf>1999-05-08 10:39:45 +0000
commit86463add1fbab2a7393544c3bcdf0c5238b4d463 (patch)
tree06028957f2e3c777f38b351f0c22bd79dc8a4ef2 /Makefile.org
parent30b33d39a0e582b12adc7b4aa915c45acf7a51e7 (diff)
downloadopenssl-86463add1fbab2a7393544c3bcdf0c5238b4d463.tar.gz
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 560051481..8c36768a7 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: