diff options
author | jenn <jenn@noemail.net> | 1999-06-26 03:56:47 (GMT) |
---|---|---|
committer | jenn <jenn@noemail.net> | 1999-06-26 03:56:47 (GMT) |
commit | de975e5b4947c83ecd5370c6f651ebcc3795d0e2 (patch) | |
tree | 296878032efa70eb2eefcb744185cb0ff2e2badd /win | |
parent | 2819d9c372d69adc73f6497d6cf5b86dbfcfca44 (diff) | |
download | tcl-de975e5b4947c83ecd5370c6f651ebcc3795d0e2.zip tcl-de975e5b4947c83ecd5370c6f651ebcc3795d0e2.tar.gz tcl-de975e5b4947c83ecd5370c6f651ebcc3795d0e2.tar.bz2 |
Added tcltest to the list of packages to install
FossilOrigin-Name: 52c833fe4894f4009cc19ed12945ee8122c55fdd
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 \ |