summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorandreask <andreask>2011-06-22 16:40:33 (GMT)
committerandreask <andreask>2011-06-22 16:40:33 (GMT)
commitac2bce320fd003b8f735ff82bf81bfd2f40a0da2 (patch)
tree81b2d1ec3cabc67a9abd3c18b896c503c97bb814 /unix
parent52975dac483619f642d76da30625db396e4ba62a (diff)
parenta3c70e61193225adc5c6ca5acfb3aea8eaba2ffa (diff)
downloadtcl-ac2bce320fd003b8f735ff82bf81bfd2f40a0da2.zip
tcl-ac2bce320fd003b8f735ff82bf81bfd2f40a0da2.tar.gz
tcl-ac2bce320fd003b8f735ff82bf81bfd2f40a0da2.tar.bz2
Merged from core-8-5-branch: Updated to platform 1.0.10. Added handling of the DEB_HOST_MULTIARCH location change for libc.
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 2d7416b..ce8e198 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -839,8 +839,8 @@ install-libraries: libraries
@echo "Installing package tcltest 2.3.3 as a Tcl Module";
@$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.3.3.tm;
- @echo "Installing package platform 1.0.9 as a Tcl Module";
- @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/platform-1.0.9.tm;
+ @echo "Installing package platform 1.0.10 as a Tcl Module";
+ @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/platform-1.0.10.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;