diff --git a/Makefile.org b/Makefile.org index d6dc57ac88376ceb78a78f8d31ba1d9fb75ddf0d..5ec16452cc1587c6ec83a3e0c8c0b8c8048363c6 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: