summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2012-06-27 19:15:21 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2012-06-27 19:15:21 (GMT)
commit0c449ea0f0581bde4e7d0fa8473ccf5a92c61a22 (patch)
tree1204e91667add485d66698de7fdd92ed6dbdb630 /unix/tcl.m4
parent03f10714570b783c151f4870effffce1e305ca82 (diff)
parentb14a1c3a07b459493318127dc018820ffe1272d0 (diff)
downloadtk-0c449ea0f0581bde4e7d0fa8473ccf5a92c61a22.zip
tk-0c449ea0f0581bde4e7d0fa8473ccf5a92c61a22.tar.gz
tk-0c449ea0f0581bde4e7d0fa8473ccf5a92c61a22.tar.bz2
merge
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r--unix/tcl.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index 0d64cc7..4de157c 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -2118,7 +2118,7 @@ dnl # preprocessing tests use only CPPFLAGS.
INSTALL_LIB='$(INSTALL_LIBRARY) $(LIB_FILE) "$(LIB_INSTALL_DIR)/$(LIB_FILE)"'
], [
MAKE_LIB='${STLIB_LD} [$]@ ${OBJS} ; ${RANLIB} [$]@'
- INSTALL_LIB='$(INSTALL_LIBRARY) $(LIB_FILE) "$(LIB_INSTALL_DIR)/$(LIB_FILE)" ; (cd "$(LIB_INSTALL_DIR)" ; $(RANLIB) $(LIB_FILE))'
+ INSTALL_LIB='$(INSTALL_LIBRARY) $(LIB_FILE) "$(LIB_INSTALL_DIR)/$(LIB_FILE)" ; (cd "$(LIB_INSTALL_DIR)" ; $(RANLIB) $(LIB_FILE))'
])
])