diff options
author | Bodo Möller <bodo@openssl.org> | 2002-06-10 13:46:32 +0200 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 2002-06-10 13:46:32 +0200 |
commit | 8a5dbb0a2e90aedab1d553cefab6b3616c65e962 (patch) | |
tree | 66e0c1c395948efa135402f9606bb6a8d56b6031 /Makefile.org | |
parent | remove unnecessary calls to EC_POINT_copy() (diff) | |
download | openssl-8a5dbb0a2e90aedab1d553cefab6b3616c65e962.tar.xz openssl-8a5dbb0a2e90aedab1d553cefab6b3616c65e962.zip |
fix for 'make update'
Diffstat (limited to 'Makefile.org')
-rw-r--r-- | Makefile.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org index 47c0113019..85611709b1 100644 --- a/Makefile.org +++ b/Makefile.org @@ -598,7 +598,7 @@ depend: do \ if [ -d "$$i" ]; then \ (cd $$i && echo "making dependencies $$i..." && \ - $(MAKE) SDIRS='${SDIRS}' DEPFLAG='${DEPFLAG}' MAKEDEPPROG='${MAKEDEPPROG}' KRB5_INCLUDES='${KRB5_INCLUDES}' depend ) || exit 1; \ + $(MAKE) SDIRS='${SDIRS}' DEPFLAG='${DEPFLAG}' MAKEDEPPROG='${MAKEDEPPROG}' KRB5_INCLUDES='${KRB5_INCLUDES}' PERL='${PERL}' depend ) || exit 1; \ fi; \ done; |