aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-04-19 13:11:32 +0000
committerUlf Möller <ulf@openssl.org>1999-04-19 13:11:32 +0000
commitd0521390a53d9c60b27616ce10432a59327b5d97 (patch)
treefc8fff285cfe41eff5b0f0fc7530f69f7a5e3546 /Makefile.org
parent41b731f2f883a583554566d4e702cc51298ee9e1 (diff)
downloadopenssl-d0521390a53d9c60b27616ce10432a59327b5d97.tar.gz
Pass $PERL on make errors.
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 d6dc57ac88..5ec16452cc 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -267,7 +267,7 @@ errors:
@for i in $(DIRS) ;\
do \
(cd $$i && echo "making errors in $$i..." && \
- $(MAKE) SDIRS='${SDIRS}' errors ) || exit 1; \
+ $(MAKE) SDIRS='${SDIRS}' PERL='${PERL}' errors ) || exit 1; \
done;
tar: