diff options
| author | dgp <dgp@users.sourceforge.net> | 2018-10-29 14:00:48 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2018-10-29 14:00:48 (GMT) |
| commit | 2f4c1aecdb5225114428f32eaaf44973983ca89b (patch) | |
| tree | 805a5f6e725728a6b4c15f5fe3cb4fcfc28a9b6b /unix | |
| parent | 96b9e6e871228c0a269c0b3310b987186e1a89c7 (diff) | |
| download | tcl-2f4c1aecdb5225114428f32eaaf44973983ca89b.zip tcl-2f4c1aecdb5225114428f32eaaf44973983ca89b.tar.gz tcl-2f4c1aecdb5225114428f32eaaf44973983ca89b.tar.bz2 | |
[TIP 525] Backport package tcltest 2.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 50f4bb3..7e8e4a3 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -785,8 +785,8 @@ install-libraries: libraries $(INSTALL_TZDATA) install-msgs done; @echo "Installing package msgcat 1.5.2 as a Tcl Module"; @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/msgcat-1.5.2.tm; - @echo "Installing package tcltest 2.3.8 as a Tcl Module"; - @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.3.8.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; |
