diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-03-30 10:32:16 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-03-30 10:32:16 (GMT) |
| commit | 958d0d861719014d4fe9f8a0a241cfc1ce0704c1 (patch) | |
| tree | 154b4958461dd44b5bab50735edc6c2c18db58e9 /unix | |
| parent | 9e82ddc739533d80820c3d1d91f873b25132380a (diff) | |
| parent | 4cbd0649efa1b88510c6873aa3f348b58d51b982 (diff) | |
| download | tcl-958d0d861719014d4fe9f8a0a241cfc1ce0704c1.zip tcl-958d0d861719014d4fe9f8a0a241cfc1ce0704c1.tar.gz tcl-958d0d861719014d4fe9f8a0a241cfc1ce0704c1.tar.bz2 | |
Merge 8.7
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 1b682d9..5c3a39e 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -1044,9 +1044,9 @@ install-libraries: libraries @echo "Installing package msgcat 1.7.0 as a Tcl Module" @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl \ "$(MODULE_INSTALL_DIR)"/tcl9/9.0/msgcat-1.7.0.tm - @echo "Installing package tcltest 2.5.2 as a Tcl Module" + @echo "Installing package tcltest 2.5.3 as a Tcl Module" @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl \ - "$(MODULE_INSTALL_DIR)"/tcl9/9.0/tcltest-2.5.2.tm + "$(MODULE_INSTALL_DIR)"/tcl9/9.0/tcltest-2.5.3.tm @echo "Installing package platform 1.0.14 as a Tcl Module" @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl \ "$(MODULE_INSTALL_DIR)"/tcl9/9.0/platform-1.0.14.tm |
