summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2015-05-20 15:15:46 (GMT)
committerdgp@users.sourceforge.net <dgp>2015-05-20 15:15:46 (GMT)
commit6f95f46b764dabe891977f4c7018dc258b0051d2 (patch)
tree412aca9b9acb8994217e7d42161c96ea6c53c4ee /unix/tcl.m4
parent5b7db58ab6a602bfbca2310d81d3a8a934987fec (diff)
downloadtcl-6f95f46b764dabe891977f4c7018dc258b0051d2.zip
tcl-6f95f46b764dabe891977f4c7018dc258b0051d2.tar.gz
tcl-6f95f46b764dabe891977f4c7018dc258b0051d2.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