summaryrefslogtreecommitdiffstats
path: root/crypto/Makefile.ssl
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 /crypto/Makefile.ssl
parent0894315642412f63ddce16fb7ce0d8c86643ae75 (diff)
pass $PERL on make files.
Diffstat (limited to 'crypto/Makefile.ssl')
-rw-r--r--crypto/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
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: