diff options
author | ericm <ericm> | 2000-02-07 21:35:03 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-02-07 21:35:03 (GMT) |
commit | 05a83f194381a2a3da047c180cb832a119aa011e (patch) | |
tree | 4ea22a3f9a6167c9bf93de6997e050505e3b0e1e /win/Makefile.in | |
parent | 25cce6507c11e03f4462de76b675f6365ce9981d (diff) | |
download | tcl-05a83f194381a2a3da047c180cb832a119aa011e.zip tcl-05a83f194381a2a3da047c180cb832a119aa011e.tar.gz tcl-05a83f194381a2a3da047c180cb832a119aa011e.tar.bz2 |
Removed references to struct1.0 dir.
Diffstat (limited to 'win/Makefile.in')
-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 077df08..38fa535 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.26 2000/02/05 03:20:22 ericm Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.27 2000/02/07 21:35:04 ericm Exp $ VERSION = @TCL_VERSION@ @@ -438,7 +438,7 @@ install-libraries: else true; \ fi; \ done; - @for i in http1.0 http2.1 opt0.4 encoding msgcat1.0 tcltest1.0 struct1.0; \ + @for i in http1.0 http2.1 opt0.4 encoding msgcat1.0 tcltest1.0; \ do \ if [ ! -d $(SCRIPT_INSTALL_DIR)/$$i ] ; then \ echo "Making directory $(SCRIPT_INSTALL_DIR)/$$i"; \ @@ -456,7 +456,7 @@ install-libraries: do \ $(COPY) "$$i" "$(SCRIPT_INSTALL_DIR)"; \ done; - @for i in http2.1 http1.0 opt0.4 msgcat1.0 tcltest1.0 struct1.0; \ + @for i in http2.1 http1.0 opt0.4 msgcat1.0 tcltest1.0; \ do \ echo "Installing library $$i directory"; \ for j in $(ROOT_DIR)/library/$$i/*.tcl; \ |