summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
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: