diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-03-13 00:14:36 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-03-13 00:14:36 (GMT) |
commit | 86d2fcbe34915ed7187fa6c289abb5c52c6825d4 (patch) | |
tree | e8b7e20c7cbad1f96d0b171f26bbeab789309b0c /unix/Makefile.in | |
parent | 3b079f137c6a1a8776a9696cbbac0ff4d4b9cedc (diff) | |
parent | 26619872a685f373c6fa06066eb03c5da5951bfa (diff) | |
download | tcl-86d2fcbe34915ed7187fa6c289abb5c52c6825d4.zip tcl-86d2fcbe34915ed7187fa6c289abb5c52c6825d4.tar.gz tcl-86d2fcbe34915ed7187fa6c289abb5c52c6825d4.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 a4bb907..eed8d91 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -1086,9 +1086,9 @@ install-libraries: libraries @echo "Installing package msgcat 1.7.1 as a Tcl Module" @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl \ "$(MODULE_INSTALL_DIR)/9.0/msgcat-1.7.1.tm" - @echo "Installing package tcltest 2.5.7 as a Tcl Module" + @echo "Installing package tcltest 2.5.8 as a Tcl Module" @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl \ - "$(MODULE_INSTALL_DIR)/9.0/tcltest-2.5.7.tm" + "$(MODULE_INSTALL_DIR)/9.0/tcltest-2.5.8.tm" @echo "Installing package platform 1.0.19 as a Tcl Module" @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl \ "$(MODULE_INSTALL_DIR)/9.0/platform-1.0.19.tm" |