summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorandreas_kupries <andreas_kupries@noemail.net>2007-03-09 20:04:37 (GMT)
committerandreas_kupries <andreas_kupries@noemail.net>2007-03-09 20:04:37 (GMT)
commit0393b0631ab347800705c8171d725b14219ea9cb (patch)
tree8f4b18e9fe3189a76157d97b433e7b2c55eac90c /unix/Makefile.in
parentf097accaa4a39d0c58db377057aecde1a863e744 (diff)
downloadtcl-0393b0631ab347800705c8171d725b14219ea9cb.zip
tcl-0393b0631ab347800705c8171d725b14219ea9cb.tar.gz
tcl-0393b0631ab347800705c8171d725b14219ea9cb.tar.bz2
* library/platform/shell.tcl: Made more robust if an older platform
* library/platform/pkgIndex.tcl: package is present in the inspected * unix/Makefile.in: shell. Package forget it to prevent errors. Bumped * win/Makefile.in: package version to 1.1.3, and updated the makefiles installing it as Tcl Module. FossilOrigin-Name: d1dbbb07c2a59017d6dbd70af3944fed0242acb7
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 09e7a0a..1e2e7a0 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.202 2007/03/05 23:28:25 andreas_kupries Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.203 2007/03/09 20:04:39 andreas_kupries Exp $
VERSION = @TCL_VERSION@
MAJOR_VERSION = @TCL_MAJOR_VERSION@
@@ -797,8 +797,8 @@ install-libraries: libraries $(INSTALL_TZDATA) install-msgs
@echo "Installing package platform 1.0.2 as a Tcl Module";
@$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.4/platform-1.0.2.tm;
- @echo "Installing package platform::shell 1.1.2 as a Tcl Module";
- @$(INSTALL_DATA) $(TOP_DIR)/library/platform/shell.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.4/platform/shell-1.1.2.tm;
+ @echo "Installing package platform::shell 1.1.3 as a Tcl Module";
+ @$(INSTALL_DATA) $(TOP_DIR)/library/platform/shell.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.4/platform/shell-1.1.3.tm;
@echo "Installing library encoding directory";
@for i in $(TOP_DIR)/library/encoding/*.enc ; do \