summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-10-20 15:32:58 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-10-20 15:32:58 (GMT)
commit23e62f2f9aa1b9bd55cdd951a6e822383da52f95 (patch)
treed3ce582ca57fc3006439ac87f737f8140136f96f /unix/Makefile.in
parentda6099c4aee8ad8a537e6dc5354e8bbe32913dac (diff)
downloadtcl-23e62f2f9aa1b9bd55cdd951a6e822383da52f95.zip
tcl-23e62f2f9aa1b9bd55cdd951a6e822383da52f95.tar.gz
tcl-23e62f2f9aa1b9bd55cdd951a6e822383da52f95.tar.bz2
Update changes toward 8.5.11 release. Bump to http 2.7.7.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index ded4c6b..2238f1c 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -773,8 +773,8 @@ install-libraries: libraries $(INSTALL_TZDATA) install-msgs
do \
$(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/http1.0; \
done;
- @echo "Installing package http 2.7.6 as a Tcl Module";
- @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/http-2.7.6.tm;
+ @echo "Installing package http 2.7.7 as a Tcl Module";
+ @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/http-2.7.7.tm;
@echo "Installing library opt0.4 directory";
@for i in $(TOP_DIR)/library/opt/*.tcl ; \
do \