diff options
author | dgp <dgp@noemail.net> | 2011-06-21 17:04:06 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2011-06-21 17:04:06 (GMT) |
commit | 974161b42f68f0d677a17f6f2a421c76d1f7e388 (patch) | |
tree | c3993f95dfb68352d9e8e149f99267c8f0cc8151 /unix | |
parent | 8c2bcdec846b7e1317a0dbd9b78a8cf56c6ece29 (diff) | |
parent | af63a03d48d9d07072d63567d8d0e344227f5c07 (diff) | |
download | tcl-974161b42f68f0d677a17f6f2a421c76d1f7e388.zip tcl-974161b42f68f0d677a17f6f2a421c76d1f7e388.tar.gz tcl-974161b42f68f0d677a17f6f2a421c76d1f7e388.tar.bz2 |
merge to RC
FossilOrigin-Name: 3c985f08be2dd6d5d4d7dcecfdf8fc1bd03cc5c7
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; |