summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-10-03 22:50:01 +0000
committerBodo Möller <bodo@openssl.org>1999-10-03 22:50:01 +0000
commit2b024cd242773921aaccdc02f7963a1ae88aed04 (patch)
treea63d946b32f3b43b29707ad179f820aa14aef7dd /Makefile.org
parent18c77bf29eecac4999c3d5e0dc295dd8a9aaac8a (diff)
Pass $(RANLIB) when doing "make install" in subdirectories;
rsaref needs ist. Submitted by: Will Day
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 cce2cc4bf7..e2a2552793 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -342,7 +342,7 @@ install: all
@for i in $(DIRS) ;\
do \
(cd $$i; echo "installing $$i..."; \
- $(MAKE) CC='${CC}' CFLAG='${CFLAG}' INSTALL_PREFIX='${INSTALL_PREFIX}' INSTALLTOP='${INSTALLTOP}' OPENSSLDIR='${OPENSSLDIR}' EX_LIBS='${EX_LIBS}' SDIRS='${SDIRS}' install ); \
+ $(MAKE) CC='${CC}' CFLAG='${CFLAG}' INSTALL_PREFIX='${INSTALL_PREFIX}' INSTALLTOP='${INSTALLTOP}' OPENSSLDIR='${OPENSSLDIR}' EX_LIBS='${EX_LIBS}' SDIRS='${SDIRS}' RANLIB='${RANLIB} install ); \
done
@for i in $(LIBS) ;\
do \