diff options
author | dgp <dgp@users.sourceforge.net> | 2006-03-10 14:50:17 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-03-10 14:50:17 (GMT) |
commit | 42d4aab0805ab4e2efe15ba6e9829766929a2d78 (patch) | |
tree | 19ae58d2b440b3978fa541f77c3424fa340dcd59 /unix/Makefile.in | |
parent | b23a2d1754b45338821d3b59b46d7ab59a222841 (diff) | |
download | tcl-42d4aab0805ab4e2efe15ba6e9829766929a2d78.zip tcl-42d4aab0805ab4e2efe15ba6e9829766929a2d78.tar.gz tcl-42d4aab0805ab4e2efe15ba6e9829766929a2d78.tar.bz2 |
When moving http TM install from 8.2 to 8.4, overlooked changing the mkdirs
so that 8.4 rather than 8.2 is known to exist.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index b007cc5..1b6bcbf 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.185 2006/03/07 19:32:26 dgp Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.186 2006/03/10 14:50:17 dgp Exp $ VERSION = @TCL_VERSION@ MAJOR_VERSION = @TCL_MAJOR_VERSION@ @@ -751,7 +751,7 @@ install-libraries: libraries install-tzdata install-msgs else true; \ fi; \ done; - @for i in opt0.4 http1.0 encoding ../tcl8 ../tcl8/8.2 ../tcl8/8.3 ../tcl8/8.5; \ + @for i in opt0.4 http1.0 encoding ../tcl8 ../tcl8/8.3 ../tcl8/8.4 ../tcl8/8.5; \ do \ if [ ! -d $(SCRIPT_INSTALL_DIR)/$$i ] ; then \ echo "Making directory $(SCRIPT_INSTALL_DIR)/$$i"; \ |