summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authordas <das>2009-11-29 08:46:38 (GMT)
committerdas <das>2009-11-29 08:46:38 (GMT)
commitdb7bb18efce7421bb11eaea01689691a2b53f48b (patch)
treea8f16c6fafb2c03bc3ee6e79791cccc4f9560d21 /unix/tcl.m4
parentd8b589ccb61ee3efe3554992135b24a44cad07c3 (diff)
downloadtcl-db7bb18efce7421bb11eaea01689691a2b53f48b.zip
tcl-db7bb18efce7421bb11eaea01689691a2b53f48b.tar.gz
tcl-db7bb18efce7421bb11eaea01689691a2b53f48b.tar.bz2
reverted 2902965 changes that broke static builds on OSX
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r--unix/tcl.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index d315658..6c23ace 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -2066,10 +2066,10 @@ dnl # preprocessing tests use only CPPFLAGS.
LIB_SUFFIX=${UNSHARED_LIB_SUFFIX}
AS_IF([test "$RANLIB" = ""], [
- MAKE_LIB='$(STLIB_LD) [$]@ ${OBJS} ${STUB_LIB_OBJS}'
+ MAKE_LIB='$(STLIB_LD) [$]@ ${OBJS}'
INSTALL_LIB='$(INSTALL_LIBRARY) $(LIB_FILE) "$(LIB_INSTALL_DIR)"/$(LIB_FILE)'
], [
- MAKE_LIB='${STLIB_LD} [$]@ ${OBJS} ${STUB_LIB_OBJS} ; ${RANLIB} [$]@'
+ MAKE_LIB='${STLIB_LD} [$]@ ${OBJS} ; ${RANLIB} [$]@'
INSTALL_LIB='$(INSTALL_LIBRARY) $(LIB_FILE) "$(LIB_INSTALL_DIR)"/$(LIB_FILE) ; (cd "$(LIB_INSTALL_DIR)" ; $(RANLIB) $(LIB_FILE))'
])
])