summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-02-14 12:11:55 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-02-14 12:11:55 (GMT)
commitbccae36a357814eb079892bd1b48273df4e829b1 (patch)
treee8bf5eb5e9c8ffc6245d70e409d8956aa2cdc994 /unix/Makefile.in
parentb7c77d16c04f4103a7a932fd3a2adc8380754341 (diff)
parentdc0e05561894f15a75d274d8868bc4405d4b206b (diff)
downloadtcl-bccae36a357814eb079892bd1b48273df4e829b1.zip
tcl-bccae36a357814eb079892bd1b48273df4e829b1.tar.gz
tcl-bccae36a357814eb079892bd1b48273df4e829b1.tar.bz2
[Bug 3604576]: msgcat-1.5.0.tm error on windows XP
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 fe95797..0eea33a 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -846,8 +846,8 @@ install-libraries: libraries
do \
$(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/opt0.4; \
done;
- @echo "Installing package msgcat 1.5.0 as a Tcl Module";
- @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/msgcat-1.5.0.tm;
+ @echo "Installing package msgcat 1.5.1 as a Tcl Module";
+ @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/msgcat-1.5.1.tm;
@echo "Installing package tcltest 2.3.5 as a Tcl Module";
@$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.3.5.tm;