summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-27 19:15:21 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-27 19:15:21 (GMT)
commit022dcdf1391c87fa59c87ed6efb740f84b4ae95d (patch)
tree1204e91667add485d66698de7fdd92ed6dbdb630 /unix/tcl.m4
parent7870ba909af7bdc7dcf22d3d2bac9a5c72146f6c (diff)
parente309f08cc258675d9627d27fbb8c16bf5a215534 (diff)
downloadtk-022dcdf1391c87fa59c87ed6efb740f84b4ae95d.zip
tk-022dcdf1391c87fa59c87ed6efb740f84b4ae95d.tar.gz
tk-022dcdf1391c87fa59c87ed6efb740f84b4ae95d.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))'
])
])