summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-05-18 12:58:37 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-05-18 12:58:37 (GMT)
commitaef65141516c91e86b5ff5811b666519a4f2825a (patch)
tree7026c0bffd3fa6e9c90e5948b2b242c6bbf6be31 /unix/Makefile.in
parent03f01c8e1aa9aaa69b783493a14cc8711e980962 (diff)
parent2bf49f51b37989c3c50b89bfa5f580eb6b9d7d51 (diff)
downloadtcl-aef65141516c91e86b5ff5811b666519a4f2825a.zip
tcl-aef65141516c91e86b5ff5811b666519a4f2825a.tar.gz
tcl-aef65141516c91e86b5ff5811b666519a4f2825a.tar.bz2
merge core-8-6-branch
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 3010176..bd4a918 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -842,8 +842,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 \