diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-06-02 14:19:48 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-06-02 14:19:48 (GMT) |
| commit | 9c93108a05500211c25701300b8df923605b1789 (patch) | |
| tree | 3385bd2a4d66d11c075723169068306270e42825 /unix | |
| parent | dad8ec6ec5c376459e99f114d71c339f8a5a336d (diff) | |
| parent | c0e9c99a1c2810ae4214e3a98aac7013c1417a53 (diff) | |
| download | tcl-9c93108a05500211c25701300b8df923605b1789.zip tcl-9c93108a05500211c25701300b8df923605b1789.tar.gz tcl-9c93108a05500211c25701300b8df923605b1789.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 3c5c26f..5d2128c 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -847,8 +847,8 @@ install-libraries: libraries done; @echo "Installing package msgcat 1.6.0 as a Tcl Module"; @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl9/9.0/msgcat-1.6.0.tm; - @echo "Installing package tcltest 2.3.9 as a Tcl Module"; - @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl9/9.0/tcltest-2.3.9.tm; + @echo "Installing package tcltest 2.4.0 as a Tcl Module"; + @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl9/9.0/tcltest-2.4.0.tm; @echo "Installing package platform 1.0.14 as a Tcl Module"; @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl9/9.0/platform-1.0.14.tm; |
