diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-11-30 21:01:38 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-11-30 21:01:38 (GMT) |
commit | b62d0cd535ee81ad4c8929d41895817b0159ef40 (patch) | |
tree | 8add2ba97612e4effb4639bc13796f52cad3858d /unix/Makefile.in | |
parent | de31dba2a563beaf59a669f640312d21dacdc115 (diff) | |
parent | d526e52856c864ba6af3ae8a0b83fc2a9faa06cf (diff) | |
download | tcl-b62d0cd535ee81ad4c8929d41895817b0159ef40.zip tcl-b62d0cd535ee81ad4c8929d41895817b0159ef40.tar.gz tcl-b62d0cd535ee81ad4c8929d41895817b0159ef40.tar.bz2 |
[Bug 967195]: Make tcltest work when tclsh is compiled without using the setargv() function on mingw.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 4 |
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; |