From: Ulf Möller Date: Mon, 19 Apr 1999 13:11:32 +0000 (+0000) Subject: Pass $PERL on make errors. X-Git-Tag: OpenSSL_0_9_3beta1~316 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d0521390a53d9c60b27616ce10432a59327b5d97;p=oweals%2Fopenssl.git Pass $PERL on make errors. --- 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: