summaryrefslogtreecommitdiffstats
path: root/crypto/Makefile.ssl
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-05-28 23:27:09 +0000
committerBodo Möller <bodo@openssl.org>1999-05-28 23:27:09 +0000
commit8e228dc56accd53933f665f34b2c8abf52733d70 (patch)
treebdbd3696bb93443b0610dea6ac6a2721b243fdb3 /crypto/Makefile.ssl
parent436a376bb048453990e19eb236ffff4ebfcd42ad (diff)
Pass INSTALL_PREFIX to subdirectories of crypto
Submitted by: strube@physik3.gwdg.de (Hans Werner Strube)
Diffstat (limited to 'crypto/Makefile.ssl')
-rw-r--r--crypto/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Makefile.ssl b/crypto/Makefile.ssl
index 31aefe2453..f155434ff2 100644
--- a/crypto/Makefile.ssl
+++ b/crypto/Makefile.ssl
@@ -106,7 +106,7 @@ install:
@for i in $(SDIRS) ;\
do \
(cd $$i; echo "making install in crypto/$$i..."; \
- $(MAKE) CC='$(CC)' CFLAG='${CFLAG}' INSTALLTOP='${INSTALLTOP}' PEX_LIBS='${PEX_LIBS}' EX_LIBS='${EX_LIBS}' install ); \
+ $(MAKE) CC='$(CC)' CFLAG='${CFLAG}' INSTALL_PREFIX='${INSTALL_PREFIX}' INSTALLTOP='${INSTALLTOP}' PEX_LIBS='${PEX_LIBS}' EX_LIBS='${EX_LIBS}' install ); \
done;
lint: