diff options
author | andreask <andreask> | 2011-06-22 16:22:42 (GMT) |
---|---|---|
committer | andreask <andreask> | 2011-06-22 16:22:42 (GMT) |
commit | a3c70e61193225adc5c6ca5acfb3aea8eaba2ffa (patch) | |
tree | 755a8d586d8ee259d76885c24544ba633e6c5270 /unix | |
parent | 0a5f3d1474167d8574ec5ab7ff4bdbae18036a95 (diff) | |
parent | 83da5e73e763a2bf93d98676168b3e5a7a02d014 (diff) | |
download | tcl-a3c70e61193225adc5c6ca5acfb3aea8eaba2ffa.zip tcl-a3c70e61193225adc5c6ca5acfb3aea8eaba2ffa.tar.gz tcl-a3c70e61193225adc5c6ca5acfb3aea8eaba2ffa.tar.bz2 |
Merged from core-8-4-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.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 82578f6..1ed5484 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -783,8 +783,8 @@ install-libraries: libraries $(INSTALL_TZDATA) install-msgs @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; |