diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-12-04 13:40:58 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-12-04 13:40:58 (GMT) |
commit | 4f028801329088a592139290fa378e51d1b5cbb5 (patch) | |
tree | 7d961335df5e71e809a95641af30e4a7c69d60e4 /unix | |
parent | 2eab5be3ef9be6cc7ec30abf3ea5bf587577e001 (diff) | |
parent | ae09e66da466ea68e269fc388798ca6ce2cd1c4c (diff) | |
download | tcl-4f028801329088a592139290fa378e51d1b5cbb5.zip tcl-4f028801329088a592139290fa378e51d1b5cbb5.tar.gz tcl-4f028801329088a592139290fa378e51d1b5cbb5.tar.bz2 |
merge trunk
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 4f66646..df05759 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -848,8 +848,8 @@ install-libraries: libraries done; @echo "Installing package msgcat 1.5.0 as a Tcl Module"; @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/msgcat-1.5.0.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 tcltest 2.3.5 as a Tcl Module"; + @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.3.5.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; |