summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-26 19:48:12 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-26 19:48:12 (GMT)
commit5d1b8bbdece14d4ef6e3e24a73c13f0d46d2d77a (patch)
tree18d95780cae3f9288e3913f5344a1be575259dd1 /unix/configure
parente5862e78633bfd0a5cdba1e3a3d1ecc946252243 (diff)
downloadtcl-5d1b8bbdece14d4ef6e3e24a73c13f0d46d2d77a.zip
tcl-5d1b8bbdece14d4ef6e3e24a73c13f0d46d2d77a.tar.gz
tcl-5d1b8bbdece14d4ef6e3e24a73c13f0d46d2d77a.tar.bz2
merge fix
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 af0aed2..86f3bd6 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