summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorandreask <andreask>2011-06-22 16:22:42 (GMT)
committerandreask <andreask>2011-06-22 16:22:42 (GMT)
commit1e9188277630968a77b7346ef18d196193330c3d (patch)
tree755a8d586d8ee259d76885c24544ba633e6c5270 /win
parent7fd39d73bb3a5e23d654f8ad41b61abd44141c7c (diff)
parent08be5130c7e9c809ebebfd98a6d04f4df769a833 (diff)
downloadtcl-1e9188277630968a77b7346ef18d196193330c3d.zip
tcl-1e9188277630968a77b7346ef18d196193330c3d.tar.gz
tcl-1e9188277630968a77b7346ef18d196193330c3d.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 'win')
-rw-r--r--win/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 6308165..b48f1f4 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -649,8 +649,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";