summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorandreas_kupries <andreas_kupries@noemail.net>2006-09-11 19:23:04 (GMT)
committerandreas_kupries <andreas_kupries@noemail.net>2006-09-11 19:23:04 (GMT)
commit7074a42bb3143b493766563bda0fa2ff170d242f (patch)
tree85acd5a4d0d356a26653decae2e210ce328c4c82 /unix/Makefile.in
parentc45fd2933d670157e07863698f17937347b6abbc (diff)
downloadtcl-7074a42bb3143b493766563bda0fa2ff170d242f.zip
tcl-7074a42bb3143b493766563bda0fa2ff170d242f.tar.gz
tcl-7074a42bb3143b493766563bda0fa2ff170d242f.tar.bz2
* unix/Makefile.in (install-libraries): Fixed typo tcltest 2.3.9 -> 2.3.0.
FossilOrigin-Name: c7941aa39ead6f2eb4e532c2c7a9aa88afaa6f69
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index a96eae6..987158a 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -5,7 +5,7 @@
# "autoconf" program (constructs like "@foo@" will get replaced in the
# actual Makefile.
#
-# RCS: @(#) $Id: Makefile.in,v 1.190 2006/09/11 14:50:26 kennykb Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.191 2006/09/11 19:23:05 andreas_kupries Exp $
VERSION = @TCL_VERSION@
MAJOR_VERSION = @TCL_MAJOR_VERSION@
@@ -800,7 +800,7 @@ install-libraries: libraries install-tzdata install-msgs
@echo "Installing package msgcat 1.4.2 as a Tcl Module";
@$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.5/msgcat-1.4.2.tm;
@echo "Installing package tcltest 2.3.0 as a Tcl Module";
- @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.3/tcltest-2.3.9.tm;
+ @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.3/tcltest-2.3.0.tm;
@echo "Installing library encoding directory";
@for i in $(TOP_DIR)/library/encoding/*.enc ; do \
$(INSTALL_DATA) $$i $(SCRIPT_INSTALL_DIR)/encoding; \