summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-03-13 14:47:27 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-03-13 14:47:27 (GMT)
commit5321beb250bd493eb4e5235d367e1046be517830 (patch)
tree1491385f4663271bf1772b37f2e8aae78ff1ec99 /win/Makefile.in
parent91f1d172b9336a459740131d3b779dc252194f1a (diff)
downloadtcl-5321beb250bd493eb4e5235d367e1046be517830.zip
tcl-5321beb250bd493eb4e5235d367e1046be517830.tar.gz
tcl-5321beb250bd493eb4e5235d367e1046be517830.tar.bz2
merge updates from HEAD
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 83baaf3..d2351e2 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -4,7 +4,7 @@
# "./configure", which is a configuration script generated by the "autoconf"
# program (constructs like "@foo@" will get replaced in the actual Makefile.
#
-# RCS: @(#) $Id: Makefile.in,v 1.115.2.6 2008/03/07 22:05:11 dgp Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.115.2.7 2008/03/13 14:47:38 dgp Exp $
VERSION = @TCL_VERSION@
@@ -635,8 +635,8 @@ install-libraries: libraries install-tzdata install-msgs
do \
$(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/http1.0"; \
done;
- @echo "Installing package http 2.5.5 as a Tcl Module";
- @$(COPY) $(ROOT_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.4/http-2.5.5.tm;
+ @echo "Installing package http 2.7 as a Tcl Module";
+ @$(COPY) $(ROOT_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.4/http-2.7.tm;
@echo "Installing library opt0.4 directory";
@for j in $(ROOT_DIR)/library/opt/*.tcl; \
do \