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)
commit700d4e807a0aede4e07362ba7f56a1e6b17cd975 (patch)
tree81b2d1ec3cabc67a9abd3c18b896c503c97bb814 /unix
parent1c62f6292415d473e04e2ba64d352cc2f7a6779f (diff)
parent1e9188277630968a77b7346ef18d196193330c3d (diff)
downloadtcl-700d4e807a0aede4e07362ba7f56a1e6b17cd975.zip
tcl-700d4e807a0aede4e07362ba7f56a1e6b17cd975.tar.gz
tcl-700d4e807a0aede4e07362ba7f56a1e6b17cd975.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;