diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2000-09-05 16:10:03 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2000-09-05 16:10:03 +0000 |
commit | 46fbc77ff5b7bcd6c08773da6e8b145574f6c29d (patch) | |
tree | ab228e1efe38810e915353dffc09e6a30345a5e4 /Makefile.in | |
parent | 5be3981a24203af0c213eb5be1888af9273101a6 (diff) | |
download | newlib-46fbc77ff5b7bcd6c08773da6e8b145574f6c29d.zip newlib-46fbc77ff5b7bcd6c08773da6e8b145574f6c29d.tar.gz newlib-46fbc77ff5b7bcd6c08773da6e8b145574f6c29d.tar.bz2 |
* Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
(bootstrap*): Depend on all-bootstrap.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index b191889..9bf0245 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1436,7 +1436,7 @@ all-gcc: # in parallel. # .PHONY: bootstrap bootstrap-lean bootstrap2 bootstrap2-lean bootstrap3 bootstrap3-lean bootstrap4 bootstrap4-lean -bootstrap bootstrap-lean bootstrap2 bootstrap2-lean bootstrap3 bootstrap3-lean bootstrap4 bootstrap4-lean: all-texinfo all-bison all-byacc all-binutils all-gas all-ld +bootstrap bootstrap-lean bootstrap2 bootstrap2-lean bootstrap3 bootstrap3-lean bootstrap4 bootstrap4-lean: all-bootstrap @r=`pwd`; export r; \ s=`cd $(srcdir); pwd`; export s; \ $(SET_LIB_PATH) \ @@ -1564,7 +1564,7 @@ all-gash: all-tcl all-gawk: ALL_GCC = all-gcc all-gcc: all-bison all-byacc all-binutils all-gas all-ld -all-bootstrap: all-libiberty all-bison all-byacc all-binutils all-gas all-ld +all-bootstrap: all-libiberty all-texinfo all-bison all-byacc all-binutils all-gas all-ld all-zlib GDB_TK = all-tk all-tcl all-itcl all-tix all-libgui all-gdb: all-libiberty all-opcodes all-bfd all-mmalloc all-readline all-bison all-byacc all-sim $(gdbnlmrequirements) $(GDB_TK) all-gettext: |