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: