summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2018-03-12 15:57:54 (GMT)
committerdgp <dgp@users.sourceforge.net>2018-03-12 15:57:54 (GMT)
commit2ae2445072e3f52e56fa916fae2fbb21ac5629d0 (patch)
tree6e9baf43d19019ab576b2564603c0e591ba61d1f /win/Makefile.in
parent8bd4a8cf2c0d70bf09729c5f6b203b75f0e6fd52 (diff)
downloadtcl-2ae2445072e3f52e56fa916fae2fbb21ac5629d0.zip
tcl-2ae2445072e3f52e56fa916fae2fbb21ac5629d0.tar.gz
tcl-2ae2445072e3f52e56fa916fae2fbb21ac5629d0.tar.bz2
msgcat 1.7.0 features need foundation of Tcl 8.7.
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 1a72fc7..56ccb4d 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -661,7 +661,7 @@ install-libraries: libraries install-tzdata install-msgs
$(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/opt0.4"; \
done;
@echo "Installing package msgcat 1.7.0 as a Tcl Module";
- @$(COPY) $(ROOT_DIR)/library/msgcat/msgcat.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.6/msgcat-1.7.0.tm;
+ @$(COPY) $(ROOT_DIR)/library/msgcat/msgcat.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.7/msgcat-1.7.0.tm;
@echo "Installing package tcltest 2.4.0 as a Tcl Module";
@$(COPY) $(ROOT_DIR)/library/tcltest/tcltest.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.5/tcltest-2.4.0.tm;
@echo "Installing package platform 1.0.14 as a Tcl Module";