diff options
author | jenn <jenn> | 1999-06-26 03:56:48 (GMT) |
---|---|---|
committer | jenn <jenn> | 1999-06-26 03:56:48 (GMT) |
commit | e3bbd904bc3e8b1e2ec09299d88fea3d42b9ce53 (patch) | |
tree | 296878032efa70eb2eefcb744185cb0ff2e2badd /win | |
parent | c70d17644d0c3acd0a8987087eb07b7c7bb3c2ca (diff) | |
download | tcl-e3bbd904bc3e8b1e2ec09299d88fea3d42b9ce53.zip tcl-e3bbd904bc3e8b1e2ec09299d88fea3d42b9ce53.tar.gz tcl-e3bbd904bc3e8b1e2ec09299d88fea3d42b9ce53.tar.bz2 |
Added tcltest to the list of packages to install
Diffstat (limited to 'win')
-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 0c8178d..7b72cc8 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.10 1999/06/16 23:18:11 surles Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.11 1999/06/26 03:56:48 jenn Exp $ VERSION = @TCL_VERSION@ @@ -405,7 +405,7 @@ install-libraries: else true; \ fi; \ done; - @for i in tcl$(VERSION) http1.0 http2.0 opt0.4 encoding msgcat1.0; \ + @for i in tcl$(VERSION) http1.0 http2.0 opt0.4 encoding msgcat1.0 tcltest1.0; \ do \ if [ ! -d $(SCRIPT_INSTALL_DIR)/$$i ] ; then \ echo "Making directory $(SCRIPT_INSTALL_DIR)/$$i"; \ @@ -423,7 +423,7 @@ install-libraries: echo "Installing $$i"; \ $(COPY) "$$i" "$(SCRIPT_INSTALL_DIR)/tcl$(VERSION)"; \ done; - @for i in http2.0 http1.0 opt0.4 msgcat1.0; \ + @for i in http2.0 http1.0 opt0.4 msgcat1.0 tcltest1.0; \ do \ for j in $(ROOT_DIR)/library/$$i/*.tcl; \ do \ |