summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-10-25 21:58:59 +0000
committerAndy Polyakov <appro@openssl.org>2005-10-25 21:58:59 +0000
commit755c5b3330a00ce1e546fd43adf5572a4ae07d61 (patch)
treeb088712361c6c3f399c7522016828557f128ded5 /Makefile.org
parentce6aa1e49607b21c0cb712f38b97d8fa80f6051d (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); \