diff options
author | andreas_kupries <akupries@shaw.ca> | 2006-09-11 19:23:05 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2006-09-11 19:23:05 (GMT) |
commit | 3942b2c3f68cd403c522c931756562212d032a04 (patch) | |
tree | 85acd5a4d0d356a26653decae2e210ce328c4c82 /unix/Makefile.in | |
parent | ad8aeba0b955f4ef91b01f4896482e5cef5532f6 (diff) | |
download | tcl-3942b2c3f68cd403c522c931756562212d032a04.zip tcl-3942b2c3f68cd403c522c931756562212d032a04.tar.gz tcl-3942b2c3f68cd403c522c931756562212d032a04.tar.bz2 |
* unix/Makefile.in (install-libraries): Fixed typo tcltest 2.3.9 -> 2.3.0.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 4 |
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; \ |