summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-10-25 22:03:36 +0000
committerAndy Polyakov <appro@openssl.org>2005-10-25 22:03:36 +0000
commit3bfe024d8dcf04938b1e4d569d387a371bab29e5 (patch)
tree9fcc9709a16b7411bda7e26987b6196d7a83bb01 /Makefile.org
parent063333e03d611ee2e2e024f50f807e3a661d6f2d (diff)
Fix install problems on MacOS X and HP-UX.
PR: 1218,1185
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 ec96428985..a28b469eaa 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -255,7 +255,7 @@ clean-shared:
link-shared:
@ set -e; for i in ${SHLIBDIRS}; do \
- $(MAKE) -f $(HERE)/Makefile.shared \
+ $(MAKE) -f $(HERE)/Makefile.shared -e $(BUILDENV) \
LIBNAME=$$i LIBVERSION=${SHLIB_MAJOR}.${SHLIB_MINOR} \
LIBCOMPATVERSIONS=";${SHLIB_VERSION_HISTORY}" \
symlink.$(SHLIB_TARGET); \