summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-04-28 22:15:13 +0000
committerUlf Möller <ulf@openssl.org>1999-04-28 22:15:13 +0000
commitd10c5c22092bf1406f8e46416448629a21f1c234 (patch)
treeb60aa20c7ca8b7b704548d56c799c9855bc774f9 /Makefile.org
parent065e106f25b670586c9fb955beba87f4b456c940 (diff)
Pass $PERL on make dclean.
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 4ebab68744..f038d57331 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -251,7 +251,7 @@ dclean:
@for i in $(DIRS) ;\
do \
(cd $$i && echo "making dclean in $$i..." && \
- $(MAKE) SDIRS='${SDIRS}' dclean ) || exit 1; \
+ $(MAKE) SDIRS='${SDIRS}' PERL='${PERL}' dclean ) || exit 1; \
done;
rehash: