summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2017-05-09 12:12:26 (GMT)
committerdgp <dgp@users.sourceforge.net>2017-05-09 12:12:26 (GMT)
commit0d218fca03233fb98ac395f51eee88646695b5f0 (patch)
treeec38884bac68938e6152c2d5eaae9bc51f0ca25d /unix/Makefile.in
parentf9d42ebf8caeefb295d308688663ef1f30d63a15 (diff)
parentf32ecd5894792d7327b82d03ce280b2268ff5233 (diff)
downloadtcl-0d218fca03233fb98ac395f51eee88646695b5f0.zip
tcl-0d218fca03233fb98ac395f51eee88646695b5f0.tar.gz
tcl-0d218fca03233fb98ac395f51eee88646695b5f0.tar.bz2
Merge 8.6; update changes.
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 e03e874..7f45414 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -840,8 +840,8 @@ install-libraries: libraries
do \
$(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/http1.0; \
done;
- @echo "Installing package http 2.8.10 as a Tcl Module";
- @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.6/http-2.8.10.tm;
+ @echo "Installing package http 2.8.11 as a Tcl Module";
+ @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.6/http-2.8.11.tm;
@echo "Installing package opt0.4 files to $(SCRIPT_INSTALL_DIR)/opt0.4/";
@for i in $(TOP_DIR)/library/opt/*.tcl ; \
do \