diff options
author | Ulf Möller <ulf@openssl.org> | 1999-04-19 13:11:32 +0000 |
---|---|---|
committer | Ulf Möller <ulf@openssl.org> | 1999-04-19 13:11:32 +0000 |
commit | d0521390a53d9c60b27616ce10432a59327b5d97 (patch) | |
tree | fc8fff285cfe41eff5b0f0fc7530f69f7a5e3546 | |
parent | 41b731f2f883a583554566d4e702cc51298ee9e1 (diff) | |
download | openssl-new-d0521390a53d9c60b27616ce10432a59327b5d97.tar.gz |
Pass $PERL on make errors.
-rw-r--r-- | Makefile.org | 2 |
1 files changed, 1 insertions, 1 deletions
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: |