summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-02-02 08:41:35 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-02-02 08:41:35 (GMT)
commit00e0788723b72c953f9e8a31fdf16cad678b994b (patch)
tree88e87d7df8b980b33c42484d615a935fa0ede312 /unix
parent2ee9e74ac6986b24ea0b224b1802a06d8bc8fe52 (diff)
downloadtcl-00e0788723b72c953f9e8a31fdf16cad678b994b.zip
tcl-00e0788723b72c953f9e8a31fdf16cad678b994b.tar.gz
tcl-00e0788723b72c953f9e8a31fdf16cad678b994b.tar.bz2
On Big Sur, distingish 11.0, 11.1 and 11.2. platform 1.0.16 -> 1.0.17
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 4ad573c..161299e 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -791,8 +791,8 @@ install-libraries: libraries $(INSTALL_TZDATA) install-msgs
@echo "Installing package tcltest 2.5.3 as a Tcl Module";
@$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.5.3.tm;
- @echo "Installing package platform 1.0.16 as a Tcl Module";
- @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/platform-1.0.16.tm;
+ @echo "Installing package platform 1.0.17 as a Tcl Module";
+ @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/platform-1.0.17.tm;
@echo "Installing package platform::shell 1.1.4 as a Tcl Module";
@$(INSTALL_DATA) $(TOP_DIR)/library/platform/shell.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/platform/shell-1.1.4.tm;