summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-27 18:51:40 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-27 18:51:40 (GMT)
commit024c0f6699f2ffffd1ac1d5e82c7c9d861deb9c7 (patch)
tree4bf71b2df7cbf822d0f422a9a581fb8601edf166 /unix/configure
parentea7d4357a4da9678da373a53b04a9e425050d079 (diff)
parent58bfc878552abf56614cd68e7c64ff5bd4be0352 (diff)
downloadtcl-024c0f6699f2ffffd1ac1d5e82c7c9d861deb9c7.zip
tcl-024c0f6699f2ffffd1ac1d5e82c7c9d861deb9c7.tar.gz
tcl-024c0f6699f2ffffd1ac1d5e82c7c9d861deb9c7.tar.bz2
merge
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 86f3bd6..f605d8a 100755
--- a/unix/configure
+++ b/unix/configure
@@ -9001,7 +9001,7 @@ else
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