summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2011-11-30 21:05:49 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2011-11-30 21:05:49 (GMT)
commit21373b06e4976685e97696b4d13215f07dcc08b0 (patch)
tree6fd1948dd1678b08051bb55e2875b9857b5bc23f /unix
parent97c46fde7168fefddef5f9d2991335c9d90f61a9 (diff)
parentb716798ade269386dfce8a8372079a146cd39993 (diff)
downloadtcl-21373b06e4976685e97696b4d13215f07dcc08b0.zip
tcl-21373b06e4976685e97696b4d13215f07dcc08b0.tar.gz
tcl-21373b06e4976685e97696b4d13215f07dcc08b0.tar.bz2
[Bug 967195]: Make tcltest work when tclsh is compiled without using the setargv() function on mingw.
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index eb1af89..154f1b9 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -838,8 +838,8 @@ install-libraries: libraries
done;
@echo "Installing package msgcat 1.4.4 as a Tcl Module";
@$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/msgcat-1.4.4.tm;
- @echo "Installing package tcltest 2.3.3 as a Tcl Module";
- @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.3.3.tm;
+ @echo "Installing package tcltest 2.3.4 as a Tcl Module";
+ @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.3.4.tm;
@echo "Installing package platform 1.0.10 as a Tcl Module";
@$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/platform-1.0.10.tm;