diff options
author | dgp <dgp@users.sourceforge.net> | 2018-10-29 14:38:24 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2018-10-29 14:38:24 (GMT) |
commit | ce6023fade965eb75c891c4d455cd95c25a169d1 (patch) | |
tree | 2dd37175db269c5ac6e970d75b8870dae4d2f158 /unix/Makefile.in | |
parent | 4e9742386c1eca652011ab183946b25e5191d29f (diff) | |
download | tcl-ce6023fade965eb75c891c4d455cd95c25a169d1.zip tcl-ce6023fade965eb75c891c4d455cd95c25a169d1.tar.gz tcl-ce6023fade965eb75c891c4d455cd95c25a169d1.tar.bz2 |
[TIP 525] Backport package tcltest 2.5
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 a2621a3..66114ba 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -851,8 +851,8 @@ install-libraries: libraries done; @echo "Installing package msgcat 1.6.1 as a Tcl Module"; @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/msgcat-1.6.1.tm; - @echo "Installing package tcltest 2.4.1 as a Tcl Module"; - @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.4.1.tm; + @echo "Installing package tcltest 2.5.0 as a Tcl Module"; + @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.5.0.tm; @echo "Installing package platform 1.0.14 as a Tcl Module"; @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/platform-1.0.14.tm; |