diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-27 18:51:40 (GMT) | 
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-27 18:51:40 (GMT) | 
| commit | 3275986a1aad85bc313bd0c5ce901b5124dc61de (patch) | |
| tree | 4bf71b2df7cbf822d0f422a9a581fb8601edf166 /unix/configure | |
| parent | 5d1b8bbdece14d4ef6e3e24a73c13f0d46d2d77a (diff) | |
| parent | f4e6a60dfb4f87476b5af1da6a0e1b3d9011db51 (diff) | |
| download | tcl-3275986a1aad85bc313bd0c5ce901b5124dc61de.zip tcl-3275986a1aad85bc313bd0c5ce901b5124dc61de.tar.gz tcl-3275986a1aad85bc313bd0c5ce901b5124dc61de.tar.bz2 | |
merge
Diffstat (limited to 'unix/configure')
| -rwxr-xr-x | unix/configure | 2 | 
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 | 
