From 3942b2c3f68cd403c522c931756562212d032a04 Mon Sep 17 00:00:00 2001 From: andreas_kupries Date: Mon, 11 Sep 2006 19:23:05 +0000 Subject: * unix/Makefile.in (install-libraries): Fixed typo tcltest 2.3.9 -> 2.3.0. --- ChangeLog | 4 ++++ unix/Makefile.in | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9ffa5a9..25173a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-09-11 Andreas Kupries + + * unix/Makefile.in (install-libraries): Fixed typo tcltest 2.3.9 -> 2.3.0. + 2006-09-11 Daniel Steffen * unix/tclUnixCompat.c: make compatLock static and only declare it when 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; \ -- cgit v0.12