summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2012-06-27 13:14:10 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2012-06-27 13:14:10 (GMT)
commitbcc3c3fdd5554bef61c933db8459503f60f74e48 (patch)
tree08b3eeffb20a35922d7c4be7c0b26599be201ee0 /unix/tcl.m4
parent5f3e151f3b4c2ebbad76f7845c14fc3d1b0cccd4 (diff)
downloadtk-bcc3c3fdd5554bef61c933db8459503f60f74e48.zip
tk-bcc3c3fdd5554bef61c933db8459503f60f74e48.tar.gz
tk-bcc3c3fdd5554bef61c933db8459503f60f74e48.tar.bz2
link cygwin wish with tk84.dll
install tk84.dll FossilOrigin-Name: 54d1f549517c6636b898e83f4fab56af49c541cc
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