summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-07-26 16:44:35 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-07-26 16:44:35 (GMT)
commit6cc6771848666666ce1156ea385c04ddb1ce1a1c (patch)
tree828df338ab6f0acb67f8ae8a1b24d503f5151bd2
parent8b6ceae32521701c78b6e069ac5ad1ece5144e84 (diff)
downloadtcl-6cc6771848666666ce1156ea385c04ddb1ce1a1c.zip
tcl-6cc6771848666666ce1156ea385c04ddb1ce1a1c.tar.gz
tcl-6cc6771848666666ce1156ea385c04ddb1ce1a1c.tar.bz2
http 2.9.3 works for Tcl 8.6 too
-rw-r--r--win/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 4985600..7c5c1bc 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -876,7 +876,7 @@ install-libraries: libraries install-tzdata install-msgs
$(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/cookiejar0.2"; \
done;
@echo "Installing package http 2.9.3 as a Tcl Module";
- @$(COPY) $(ROOT_DIR)/library/http/http.tcl "$(MODULE_INSTALL_DIR)/8.7/http-2.9.3.tm";
+ @$(COPY) $(ROOT_DIR)/library/http/http.tcl "$(MODULE_INSTALL_DIR)/8.6/http-2.9.3.tm";
@echo "Installing package opt 0.4.7";
@for j in $(ROOT_DIR)/library/opt/*.tcl; \
do \