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)
commit1cf445b3609f2d0b9b0831d9ae79542856fae439 (patch)
tree1204e91667add485d66698de7fdd92ed6dbdb630 /unix/tcl.m4
parent77d22e8d48a55fca18556bb728c8c4e350552a56 (diff)
parent978dd085c12ba2000e476dab6a6c83a1c2fbec8e (diff)
downloadtk-1cf445b3609f2d0b9b0831d9ae79542856fae439.zip
tk-1cf445b3609f2d0b9b0831d9ae79542856fae439.tar.gz
tk-1cf445b3609f2d0b9b0831d9ae79542856fae439.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))'
])
])