diff options
| author | dgp@users.sourceforge.net <dgp> | 2006-03-10 14:50:17 (GMT) |
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2006-03-10 14:50:17 (GMT) |
| commit | 58c5f9da31d16faf15eb6554e4d97506244f3aa8 (patch) | |
| tree | 19ae58d2b440b3978fa541f77c3424fa340dcd59 | |
| parent | 2945e025a50c6916543f14ef1708dc609dee292b (diff) | |
| download | tcl-58c5f9da31d16faf15eb6554e4d97506244f3aa8.zip tcl-58c5f9da31d16faf15eb6554e4d97506244f3aa8.tar.gz tcl-58c5f9da31d16faf15eb6554e4d97506244f3aa8.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.
| -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"; \ |
