Commit 4d73d07a by Alexandre Oliva Committed by Alexandre Oliva

Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.

* Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
(bootstrap*): Depend on all-bootstrap.

From-SVN: r36161
parent 792ae36d
2000-09-05 Alexandre Oliva <aoliva@redhat.com>
* Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
(bootstrap*): Depend on all-bootstrap.
2000-09-05 Philipp Thomas <pthomas@suse.de> 2000-09-05 Philipp Thomas <pthomas@suse.de>
* config.guess: Import CVS version 1.156. * config.guess: Import CVS version 1.156.
......
...@@ -1439,7 +1439,7 @@ all-gcc: ...@@ -1439,7 +1439,7 @@ all-gcc:
# in parallel. # in parallel.
# #
.PHONY: bootstrap bootstrap-lean bootstrap2 bootstrap2-lean bootstrap3 bootstrap3-lean bootstrap4 bootstrap4-lean .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; \ @r=`pwd`; export r; \
s=`cd $(srcdir); pwd`; export s; \ s=`cd $(srcdir); pwd`; export s; \
$(SET_LIB_PATH) \ $(SET_LIB_PATH) \
...@@ -1566,7 +1566,7 @@ all-gash: all-tcl ...@@ -1566,7 +1566,7 @@ all-gash: all-tcl
all-gawk: all-gawk:
ALL_GCC = all-gcc ALL_GCC = all-gcc
all-gcc: all-bison all-byacc all-binutils all-gas all-ld all-zlib all-gcc: all-bison all-byacc all-binutils all-gas all-ld all-zlib
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 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-gdb: all-libiberty all-opcodes all-bfd all-mmalloc all-readline all-bison all-byacc all-sim $(gdbnlmrequirements) $(GDB_TK)
all-gettext: all-gettext:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment