diff options
author | andreask <andreask> | 2011-06-22 16:40:33 (GMT) |
---|---|---|
committer | andreask <andreask> | 2011-06-22 16:40:33 (GMT) |
commit | ac2bce320fd003b8f735ff82bf81bfd2f40a0da2 (patch) | |
tree | 81b2d1ec3cabc67a9abd3c18b896c503c97bb814 /win/Makefile.in | |
parent | 52975dac483619f642d76da30625db396e4ba62a (diff) | |
parent | a3c70e61193225adc5c6ca5acfb3aea8eaba2ffa (diff) | |
download | tcl-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 'win/Makefile.in')
-rw-r--r-- | win/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index cddb343..7271c03 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -674,8 +674,8 @@ install-libraries: libraries install-tzdata install-msgs @$(COPY) $(ROOT_DIR)/library/msgcat/msgcat.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.5/msgcat-1.4.4.tm; @echo "Installing package tcltest 2.3.3 as a Tcl Module"; @$(COPY) $(ROOT_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"; - @$(COPY) $(ROOT_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"; + @$(COPY) $(ROOT_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"; @$(COPY) $(ROOT_DIR)/library/platform/shell.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.4/platform/shell-1.1.4.tm; @echo "Installing encodings"; |