summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-27 12:49:12 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-27 12:49:12 (GMT)
commitf4e6a60dfb4f87476b5af1da6a0e1b3d9011db51 (patch)
treeb9ae6f84089e9eb1bb44685f50f540ea204f481a /unix/tcl.m4
parent20211223f452acef311b0d5a2b5467cad66b4ce5 (diff)
downloadtcl-f4e6a60dfb4f87476b5af1da6a0e1b3d9011db51.zip
tcl-f4e6a60dfb4f87476b5af1da6a0e1b3d9011db51.tar.gz
tcl-f4e6a60dfb4f87476b5af1da6a0e1b3d9011db51.tar.bz2
fix bug in cygwin's [info nameofexecutable]
install dde and registry dll for cygwin
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 c86a3f2..ac9b3bf 100644
--- 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