summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2011-11-30 21:01:38 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2011-11-30 21:01:38 (GMT)
commit66ce99a041589f6cd3f199bbb3c0d305ac0952da (patch)
tree8add2ba97612e4effb4639bc13796f52cad3858d /unix
parent201bb48e183702110ac573da9b2d56aabbed3812 (diff)
parent804ca932e9f95ea3422a69cbf8ce567170dbee70 (diff)
downloadtcl-66ce99a041589f6cd3f199bbb3c0d305ac0952da.zip
tcl-66ce99a041589f6cd3f199bbb3c0d305ac0952da.tar.gz
tcl-66ce99a041589f6cd3f199bbb3c0d305ac0952da.tar.bz2
[Bug 967195]: Make tcltest work when tclsh is compiled without using the setargv() function on mingw.
FossilOrigin-Name: 3fdf31914da1fc26f3cf7e6394d17b0a05a3446a
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 9d02515..77b3256 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -782,8 +782,8 @@ install-libraries: libraries $(INSTALL_TZDATA) install-msgs
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;