diff options
author | andreask <andreask@noemail.net> | 2011-06-22 16:40:33 (GMT) |
---|---|---|
committer | andreask <andreask@noemail.net> | 2011-06-22 16:40:33 (GMT) |
commit | 85611a4d69dda267f685354d02ebe58a5868f80f (patch) | |
tree | 81b2d1ec3cabc67a9abd3c18b896c503c97bb814 /unix | |
parent | 1dd88be05ddd153976d15ed1e113c5b2188c8685 (diff) | |
parent | eee2f0abb22b6588f1c71fa0d436c9fa896fae18 (diff) | |
download | tcl-85611a4d69dda267f685354d02ebe58a5868f80f.zip tcl-85611a4d69dda267f685354d02ebe58a5868f80f.tar.gz tcl-85611a4d69dda267f685354d02ebe58a5868f80f.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.
FossilOrigin-Name: 3adcfbaba3e58452d3c893c2e7304aa9dc89e8e5
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 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; |