diff options
author | hershey <hershey> | 1999-07-20 00:11:51 (GMT) |
---|---|---|
committer | hershey <hershey> | 1999-07-20 00:11:51 (GMT) |
commit | 8cc4afecef5625f0c32a63a6a3e8bb6eed1a5eff (patch) | |
tree | 477d02a2f857d6feb07c35ccea84bb1102ed3978 /win/Makefile.in | |
parent | 76306cfd576de8cebb41c8ef638a2dcfefcec23b (diff) | |
download | tcl-8cc4afecef5625f0c32a63a6a3e8bb6eed1a5eff.zip tcl-8cc4afecef5625f0c32a63a6a3e8bb6eed1a5eff.tar.gz tcl-8cc4afecef5625f0c32a63a6a3e8bb6eed1a5eff.tar.bz2 |
changed http package version from 2.0 to 2.1
Diffstat (limited to 'win/Makefile.in')
-rw-r--r-- | win/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index 8610d34..0c9f350 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.15 1999/07/13 22:23:44 redman Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.16 1999/07/20 00:11:56 hershey Exp $ VERSION = @TCL_VERSION@ @@ -409,7 +409,7 @@ install-libraries: else true; \ fi; \ done; - @for i in http1.0 http2.0 opt0.4 encoding msgcat1.0 tcltest1.0; \ + @for i in http1.0 http2.1 opt0.4 encoding msgcat1.0 tcltest1.0; \ do \ if [ ! -d $(SCRIPT_INSTALL_DIR)/$$i ] ; then \ echo "Making directory $(SCRIPT_INSTALL_DIR)/$$i"; \ @@ -427,7 +427,7 @@ install-libraries: echo "Installing $$i"; \ $(COPY) "$$i" "$(SCRIPT_INSTALL_DIR)"; \ done; - @for i in http2.0 http1.0 opt0.4 msgcat1.0 tcltest1.0; \ + @for i in http2.1 http1.0 opt0.4 msgcat1.0 tcltest1.0; \ do \ for j in $(ROOT_DIR)/library/$$i/*.tcl; \ do \ |