summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2017-11-03 17:02:49 (GMT)
committerdgp <dgp@users.sourceforge.net>2017-11-03 17:02:49 (GMT)
commit0480b5d79b11a26b00e355bc15655e9cfabdbeb9 (patch)
tree904f2920bb70e537fd7411bcdc3099c0e590a329 /unix
parent10a93057770dc08da0e135cea50d1a723fa47f42 (diff)
downloadtcl-0480b5d79b11a26b00e355bc15655e9cfabdbeb9.zip
tcl-0480b5d79b11a26b00e355bc15655e9cfabdbeb9.tar.gz
tcl-0480b5d79b11a26b00e355bc15655e9cfabdbeb9.tar.bz2
Revise a few stray packages not yet ready to tolerate a Tcl 9 bump.
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index c31d128..032b5ac 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -857,8 +857,8 @@ install-libraries: libraries
done;
@echo "Installing package msgcat 1.6.1 as a Tcl Module";
@$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/msgcat-1.6.1.tm;
- @echo "Installing package tcltest 2.4.0 as a Tcl Module";
- @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.4.0.tm;
+ @echo "Installing package tcltest 2.4.1 as a Tcl Module";
+ @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.4.1.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;