summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-27 13:14:10 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-27 13:14:10 (GMT)
commite309f08cc258675d9627d27fbb8c16bf5a215534 (patch)
tree08b3eeffb20a35922d7c4be7c0b26599be201ee0 /unix/tcl.m4
parent46750f2e46cf9cadc294597b96a205809a26bc34 (diff)
downloadtk-e309f08cc258675d9627d27fbb8c16bf5a215534.zip
tk-e309f08cc258675d9627d27fbb8c16bf5a215534.tar.gz
tk-e309f08cc258675d9627d27fbb8c16bf5a215534.tar.bz2
link cygwin wish with tk84.dll
install tk84.dll
Diffstat (limited to 'unix/tcl.m4')
-rwxr-xr-xunix/tcl.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index c86a3f2..ac9b3bf 100755
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -2224,7 +2224,7 @@ dnl # preprocessing tests use only CPPFLAGS.
INSTALL_LIB='$(INSTALL_LIBRARY) $(LIB_FILE) "$(LIB_INSTALL_DIR)/$(LIB_FILE)"'
else
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))'
fi
fi