summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2015-05-20 15:15:46 (GMT)
committerdgp <dgp@users.sourceforge.net>2015-05-20 15:15:46 (GMT)
commit2ce1ce01c52c274fe9d0411c6fdc7d7dab9b79f0 (patch)
tree412aca9b9acb8994217e7d42161c96ea6c53c4ee /unix/tcl.m4
parentbabd0b88a06e19c7bc397a51309a84420a42068e (diff)
downloadtcl-2ce1ce01c52c274fe9d0411c6fdc7d7dab9b79f0.zip
tcl-2ce1ce01c52c274fe9d0411c6fdc7d7dab9b79f0.tar.gz
tcl-2ce1ce01c52c274fe9d0411c6fdc7d7dab9b79f0.tar.bz2
Missed a bit
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r--unix/tcl.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index a6f4241..67c442c 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -2069,11 +2069,10 @@ dnl # preprocessing tests use only CPPFLAGS.
# Stub lib does not depend on shared/static configuration
AS_IF([test "$RANLIB" = ""], [
MAKE_STUB_LIB='${STLIB_LD} [$]@ ${STUB_LIB_OBJS}'
- INSTALL_STUB_LIB='$(INSTALL_LIBRARY) $(STUB_LIB_FILE) "$(LIB_INSTALL_DIR)/$(STUB_LIB_FILE)"'
], [
MAKE_STUB_LIB='${STLIB_LD} [$]@ ${STUB_LIB_OBJS} ; ${RANLIB} [$]@'
- INSTALL_STUB_LIB='$(INSTALL_LIBRARY) $(STUB_LIB_FILE) "$(LIB_INSTALL_DIR)/$(STUB_LIB_FILE)" ; (cd "$(LIB_INSTALL_DIR)" ; $(RANLIB) $(STUB_LIB_FILE))'
])
+ INSTALL_STUB_LIB='$(INSTALL_LIBRARY) $(STUB_LIB_FILE) "$(LIB_INSTALL_DIR)/$(STUB_LIB_FILE)"'
# Define TCL_LIBS now that we know what DL_LIBS is.
# The trick here is that we don't want to change the value of TCL_LIBS if