summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2012-06-27 12:49:12 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2012-06-27 12:49:12 (GMT)
commit6cdbd8e558da42704aa9cfe94cccd8450c652964 (patch)
treeb9ae6f84089e9eb1bb44685f50f540ea204f481a /unix/configure
parentdff27f34b8b531f7a8cf5c4e5a43a90892d34fae (diff)
downloadtcl-6cdbd8e558da42704aa9cfe94cccd8450c652964.zip
tcl-6cdbd8e558da42704aa9cfe94cccd8450c652964.tar.gz
tcl-6cdbd8e558da42704aa9cfe94cccd8450c652964.tar.bz2
fix bug in cygwin's [info nameofexecutable]
install dde and registry dll for cygwin
Diffstat (limited to 'unix/configure')
-rwxr-xr-xunix/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure
index 3830e1b..8d7cc20 100755
--- a/unix/configure
+++ b/unix/configure
@@ -4452,7 +4452,7 @@ fi
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