mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-23 10:54:07 +08:00
Makefile.def: Add dependency from configure-gdb to all-bfd.
* Makefile.def: Add dependency from configure-gdb to all-bfd. * Makefile.in: Regenerated. From-SVN: r125811
This commit is contained in:
parent
f808a4845a
commit
b8afffc15f
@ -1,3 +1,8 @@
|
||||
2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* Makefile.def: Add dependency from configure-gdb to all-bfd.
|
||||
* Makefile.in: Regenerated.
|
||||
|
||||
2007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
|
||||
|
||||
* configure.ac: Don't add target-libmudflap to noconfigdirs for
|
||||
|
@ -314,10 +314,10 @@ dependencies = { module=configure-mpfr; on=all-gmp; };
|
||||
// Host modules specific to gdb.
|
||||
dependencies = { module=configure-gdb; on=configure-intl; };
|
||||
dependencies = { module=configure-gdb; on=configure-sim; };
|
||||
dependencies = { module=configure-gdb; on=all-bfd; };
|
||||
dependencies = { module=all-gdb; on=all-intl; };
|
||||
dependencies = { module=all-gdb; on=all-libiberty; };
|
||||
dependencies = { module=all-gdb; on=all-opcodes; };
|
||||
dependencies = { module=all-gdb; on=all-bfd; };
|
||||
dependencies = { module=all-gdb; on=all-readline; };
|
||||
dependencies = { module=all-gdb; on=all-build-bison; };
|
||||
dependencies = { module=all-gdb; on=all-build-byacc; };
|
||||
|
@ -49030,10 +49030,10 @@ configure-stageprofile-mpfr: maybe-all-stageprofile-gmp
|
||||
configure-stagefeedback-mpfr: maybe-all-stagefeedback-gmp
|
||||
configure-gdb: maybe-configure-intl
|
||||
configure-gdb: maybe-configure-sim
|
||||
configure-gdb: maybe-all-bfd
|
||||
all-gdb: maybe-all-intl
|
||||
all-gdb: maybe-all-libiberty
|
||||
all-gdb: maybe-all-opcodes
|
||||
all-gdb: maybe-all-bfd
|
||||
all-gdb: maybe-all-readline
|
||||
all-gdb: maybe-all-build-bison
|
||||
all-gdb: maybe-all-build-byacc
|
||||
|
Loading…
Reference in New Issue
Block a user