summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2010-04-14 22:58:25 (GMT)
committerandreas_kupries <akupries@shaw.ca>2010-04-14 22:58:25 (GMT)
commit935905f3a60116bfc16ac29a79edc6404a532738 (patch)
tree9cce6bdf901fd41c7112cca50550b685ff009f19 /unix
parent0ee4dce02b533c7cd697a44c87eddd6519fe0839 (diff)
downloadtcl-935905f3a60116bfc16ac29a79edc6404a532738.zip
tcl-935905f3a60116bfc16ac29a79edc6404a532738.tar.gz
tcl-935905f3a60116bfc16ac29a79edc6404a532738.tar.bz2
Fixed missing update of platform package index, and Makefiles.
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 1378ea5..c8f860d 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -4,7 +4,7 @@
# "./configure", which is a configuration script generated by the "autoconf"
# program (constructs like "@foo@" will get replaced in the actual Makefile.
#
-# RCS: @(#) $Id: Makefile.in,v 1.229.2.21 2010/01/06 21:35:23 nijtmans Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.229.2.22 2010/04/14 22:58:26 andreas_kupries Exp $
VERSION = @TCL_VERSION@
MAJOR_VERSION = @TCL_MAJOR_VERSION@
@@ -798,8 +798,8 @@ install-libraries: libraries $(INSTALL_TZDATA) install-msgs
@echo "Installing package tcltest 2.3.2 as a Tcl Module";
@$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.3.2.tm;
- @echo "Installing package platform 1.0.5 as a Tcl Module";
- @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/platform-1.0.5.tm;
+ @echo "Installing package platform 1.0.6 as a Tcl Module";
+ @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/platform-1.0.6.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;