diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-27 13:14:10 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-27 13:14:10 (GMT) |
commit | 978dd085c12ba2000e476dab6a6c83a1c2fbec8e (patch) | |
tree | 08b3eeffb20a35922d7c4be7c0b26599be201ee0 /unix/tcl.m4 | |
parent | 818d6929360c505a331ac6711c9f81dc84d67f60 (diff) | |
download | tk-978dd085c12ba2000e476dab6a6c83a1c2fbec8e.zip tk-978dd085c12ba2000e476dab6a6c83a1c2fbec8e.tar.gz tk-978dd085c12ba2000e476dab6a6c83a1c2fbec8e.tar.bz2 |
link cygwin wish with tk84.dll
install tk84.dll
Diffstat (limited to 'unix/tcl.m4')
-rwxr-xr-x | unix/tcl.m4 | 2 |
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 |