diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-06-22 16:17:12 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-06-22 16:17:12 (GMT) |
commit | aa6f0b1cabddc04299f5e83d55960156f478a9eb (patch) | |
tree | c6f4d9ef1b4e0f79ec76abc6f6e815d27446236c /win/Makefile.in | |
parent | 3cd11c535e5bf16c7bbb61ebb35cc368aa751e0f (diff) | |
parent | c7510fa5b930be56689bbb1282d773da1e999587 (diff) | |
download | tcl-aa6f0b1cabddc04299f5e83d55960156f478a9eb.zip tcl-aa6f0b1cabddc04299f5e83d55960156f478a9eb.tar.gz tcl-aa6f0b1cabddc04299f5e83d55960156f478a9eb.tar.bz2 |
ticket [2f9df4c4fa]: tcltest - request to move -cleanup script execution until after -output compare.
tcltest -> version 2.3.8
Diffstat (limited to 'win/Makefile.in')
-rw-r--r-- | win/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index 67cf66a..2f6b853 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -650,8 +650,8 @@ install-libraries: libraries install-tzdata install-msgs done; @echo "Installing package msgcat 1.5.2 as a Tcl Module"; @$(COPY) $(ROOT_DIR)/library/msgcat/msgcat.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.5/msgcat-1.5.2.tm; - @echo "Installing package tcltest 2.3.7 as a Tcl Module"; - @$(COPY) $(ROOT_DIR)/library/tcltest/tcltest.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.5/tcltest-2.3.7.tm; + @echo "Installing package tcltest 2.3.8 as a Tcl Module"; + @$(COPY) $(ROOT_DIR)/library/tcltest/tcltest.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.5/tcltest-2.3.8.tm; @echo "Installing package platform 1.0.12 as a Tcl Module"; @$(COPY) $(ROOT_DIR)/library/platform/platform.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.4/platform-1.0.12.tm; @echo "Installing package platform::shell 1.1.4 as a Tcl Module"; |