summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2002-10-18 19:05:32 +0000
committerGeoff Thorpe <geoff@openssl.org>2002-10-18 19:05:32 +0000
commit06f851f721d205662e263729a098170f3e4e5a5d (patch)
tree560630b728171f3c08188ac83ca1ada2dd9c7daa /Makefile.org
parentf6661d391ce9e6c554d9bd21dda9b134462fe9d2 (diff)
We need to propogate SHARED_LIBS to sub-directories for "install" targets
now.
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org
index 4eb6708102..1b3be52906 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -464,7 +464,7 @@ install: all install_docs
do \
if [ -d "$$i" ]; then \
(cd $$i; echo "installing $$i..."; \
- $(MAKE) CC='${CC}' CFLAG='${CFLAG}' INSTALL_PREFIX='${INSTALL_PREFIX}' INSTALLTOP='${INSTALLTOP}' OPENSSLDIR='${OPENSSLDIR}' EX_LIBS='${EX_LIBS}' SDIRS='${SDIRS}' RANLIB='${RANLIB}' EXE_EXT='${EXE_EXT}' install ); \
+ $(MAKE) CC='${CC}' CFLAG='${CFLAG}' INSTALL_PREFIX='${INSTALL_PREFIX}' INSTALLTOP='${INSTALLTOP}' OPENSSLDIR='${OPENSSLDIR}' EX_LIBS='${EX_LIBS}' SDIRS='${SDIRS}' RANLIB='${RANLIB}' EXE_EXT='${EXE_EXT}' SHARED_LIBS='${SHARED_LIBS}' install ); \
fi; \
done
@for i in $(LIBS) ;\