diff options
| author | dgp <dgp@users.sourceforge.net> | 2011-06-21 16:28:34 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2011-06-21 16:28:34 (GMT) |
| commit | 0c1d50b5d230f470ea73d00d3f93eb88e6828a60 (patch) | |
| tree | 54b585e192a043e869013c7ddbc625ea2173573b /unix | |
| parent | eb7f2c806441f62c9eab76c0bf4056d1d60ce0ad (diff) | |
| download | tcl-0c1d50b5d230f470ea73d00d3f93eb88e6828a60.zip tcl-0c1d50b5d230f470ea73d00d3f93eb88e6828a60.tar.gz tcl-0c1d50b5d230f470ea73d00d3f93eb88e6828a60.tar.bz2 | |
Backport tcltest 2.3.3 for release with Tcl 8.5.*
Diffstat (limited to 'unix')
| -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 96d5062..82578f6 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -780,8 +780,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.2 as a Tcl Module"; - @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.3.2.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 platform 1.0.9 as a Tcl Module"; @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/platform-1.0.9.tm; |
