diff options
author | andreas_kupries <akupries@shaw.ca> | 2009-05-29 16:28:03 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2009-05-29 16:28:03 (GMT) |
commit | 8b7d58d45372ecb03111fa3d1b23d8d161074295 (patch) | |
tree | 9b548d400962a38dc606dc3c70f2ef17192547d3 /win/Makefile.in | |
parent | c928dd4059aa6908a40bcb9e7ce94c163e6abfdf (diff) | |
download | tcl-8b7d58d45372ecb03111fa3d1b23d8d161074295.zip tcl-8b7d58d45372ecb03111fa3d1b23d8d161074295.tar.gz tcl-8b7d58d45372ecb03111fa3d1b23d8d161074295.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.
Diffstat (limited to 'win/Makefile.in')
-rw-r--r-- | win/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index 7ae9c93..cf44f03 100644 --- a/win/Makefile.in +++ b/win/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.124.2.9 2009/04/09 17:05:42 dgp Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.124.2.10 2009/05/29 16:28:04 andreas_kupries Exp $ VERSION = @TCL_VERSION@ @@ -646,8 +646,8 @@ install-libraries: libraries install-tzdata install-msgs @$(COPY) $(ROOT_DIR)/library/msgcat/msgcat.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.5/msgcat-1.4.2.tm; @echo "Installing package tcltest 2.3.1 as a Tcl Module"; @$(COPY) $(ROOT_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"; - @$(COPY) $(ROOT_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"; + @$(COPY) $(ROOT_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"; @$(COPY) $(ROOT_DIR)/library/platform/shell.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.4/platform/shell-1.1.4.tm; @echo "Installing encodings"; |