diff options
author | dgp <dgp@users.sourceforge.net> | 2018-10-29 15:04:51 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2018-10-29 15:04:51 (GMT) |
commit | 0642eb9363827075297bf190e0b8e261b6b24e22 (patch) | |
tree | 458198a5124f8ea17c2c5403465f7219458bdc6f /unix/Makefile.in | |
parent | 5318dc3f04d941a75dee36007e1d7318d3d71f40 (diff) | |
parent | 78ef9a971b84f12fb89a8351cf5328961bee8088 (diff) | |
download | tcl-0642eb9363827075297bf190e0b8e261b6b24e22.zip tcl-0642eb9363827075297bf190e0b8e261b6b24e22.tar.gz tcl-0642eb9363827075297bf190e0b8e261b6b24e22.tar.bz2 |
merge 8.7
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 6611e61..3484ceb 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -932,9 +932,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.4.1 as a Tcl Module" + @echo "Installing package tcltest 2.5.0 as a Tcl Module" @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl \ - "$(MODULE_INSTALL_DIR)"/tcl9/9.0/tcltest-2.4.1.tm + "$(MODULE_INSTALL_DIR)"/tcl9/9.0/tcltest-2.5.0.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 |