summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorandreask <andreask>2014-08-01 19:50:11 (GMT)
committerandreask <andreask>2014-08-01 19:50:11 (GMT)
commit2a7d494c84c347710e0d9784a7cd62031baf9b8f (patch)
treecbddf4e81b4806c79e0c071715c22da57f51d541 /unix/Makefile.in
parent1078c19b40369fb07d6aeb23f32f72326e46fa18 (diff)
parent5a669c8fbb45b3321f07482c114152486d0600bf (diff)
downloadtcl-2a7d494c84c347710e0d9784a7cd62031baf9b8f.zip
tcl-2a7d494c84c347710e0d9784a7cd62031baf9b8f.tar.gz
tcl-2a7d494c84c347710e0d9784a7cd62031baf9b8f.tar.bz2
Updated package "platform" to version 1.0.13. Separated the
identifiers "macosx*-i386-x86_64" and "macosx-universal" as incompatible with each other.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 5a2d9af..2393711 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -855,8 +855,8 @@ install-libraries: libraries
@echo "Installing package tcltest 2.3.8 as a Tcl Module";
@$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.3.8.tm;
- @echo "Installing package platform 1.0.12 as a Tcl Module";
- @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/platform-1.0.12.tm;
+ @echo "Installing package platform 1.0.13 as a Tcl Module";
+ @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/platform-1.0.13.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;