summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-11-07 11:16:52 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-11-07 11:16:52 (GMT)
commitefb4efac6cbe3908abd6516abe9df18c86ca5ff1 (patch)
tree1ae022783d096d5455d7faae0930711f2539e7e4 /unix/Makefile.in
parent619a988f6b42290720212382fa60a733d8120f73 (diff)
parent1c9ca6b643b52cbe7a965109dbda2a25c6aa65ff (diff)
downloadtcl-efb4efac6cbe3908abd6516abe9df18c86ca5ff1.zip
tcl-efb4efac6cbe3908abd6516abe9df18c86ca5ff1.tar.gz
tcl-efb4efac6cbe3908abd6516abe9df18c86ca5ff1.tar.bz2
Merge core-8-6-branch. Update upstream changes to zipfs.c
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 bc6f28a..3010176 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.9 as a Tcl Module";
- @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.6/http-2.8.9.tm;
+ @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 opt0.4 files to $(SCRIPT_INSTALL_DIR)/opt0.4/";
@for i in $(TOP_DIR)/library/opt/*.tcl ; \
do \