diff options
author | andreas_kupries <andreas_kupries@noemail.net> | 2009-05-29 16:28:39 (GMT) |
---|---|---|
committer | andreas_kupries <andreas_kupries@noemail.net> | 2009-05-29 16:28:39 (GMT) |
commit | 82eab65a199d5ae397a87fa26375485ffccf3511 (patch) | |
tree | aef0ae49d668886460c1794cc804a305788db936 /unix | |
parent | fd9e1f2a8fdbdfa27c4189470acb6e17d7ead649 (diff) | |
download | tcl-82eab65a199d5ae397a87fa26375485ffccf3511.zip tcl-82eab65a199d5ae397a87fa26375485ffccf3511.tar.gz tcl-82eab65a199d5ae397a87fa26375485ffccf3511.tar.bz2 |
* library/platform/platform.tcl: Fixed handling of cpu ia64,
* library/platform/pkgIndex.tcl: taking ia64_32 into account
* unix/Makefile.in: now. Bumped version to 1.0.5. Updated the
* win/Makefile.in: installation commands.
FossilOrigin-Name: a534adff269ccff5f82343e689d934235467bb6e
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index f4f6ae9..301cd7f 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.269 2009/04/24 15:07:21 stwo Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.270 2009/05/29 16:28:40 andreas_kupries Exp $ VERSION = @TCL_VERSION@ MAJOR_VERSION = @TCL_MAJOR_VERSION@ @@ -832,8 +832,8 @@ install-libraries: libraries $(INSTALL_TZDATA) install-msgs @echo "Installing package tcltest 2.3.1 as a Tcl Module"; @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.3.1.tm; - @echo "Installing package platform 1.0.4 as a Tcl Module"; - @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/platform-1.0.4.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::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; |