mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 10:03:47 +08:00
* Makefile.def: check-gold depends upon all-binutils.
* Makefile.in: Regenerate.
This commit is contained in:
parent
06c8514ace
commit
e5164e97fa
@ -1,3 +1,8 @@
|
||||
2008-04-07 Ian Lance Taylor <iant@google.com>
|
||||
|
||||
* Makefile.def: check-gold depends upon all-binutils.
|
||||
* Makefile.in: Regenerate.
|
||||
|
||||
2008-04-04 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
PR binutils/4334
|
||||
|
@ -382,6 +382,7 @@ dependencies = { module=all-gold; on=all-intl; };
|
||||
dependencies = { module=all-gold; on=all-bfd; };
|
||||
dependencies = { module=all-gold; on=all-build-bison; };
|
||||
dependencies = { module=all-gold; on=all-build-byacc; };
|
||||
dependencies = { module=check-gold; on=all-binutils; };
|
||||
|
||||
dependencies = { module=configure-opcodes; on=configure-intl; };
|
||||
dependencies = { module=all-opcodes; on=all-bfd; };
|
||||
|
10
Makefile.in
10
Makefile.in
@ -53351,6 +53351,16 @@ all-stageb3g2-gold: maybe-all-build-byacc
|
||||
all-stage4-gold: maybe-all-build-byacc
|
||||
all-stageprofile-gold: maybe-all-build-byacc
|
||||
all-stagefeedback-gold: maybe-all-build-byacc
|
||||
check-gold: maybe-all-binutils
|
||||
|
||||
check-stage1-gold: maybe-all-stage1-binutils
|
||||
check-stage2-gold: maybe-all-stage2-binutils
|
||||
check-stageb2g0-gold: maybe-all-stageb2g0-binutils
|
||||
check-stage3-gold: maybe-all-stage3-binutils
|
||||
check-stageb3g2-gold: maybe-all-stageb3g2-binutils
|
||||
check-stage4-gold: maybe-all-stage4-binutils
|
||||
check-stageprofile-gold: maybe-all-stageprofile-binutils
|
||||
check-stagefeedback-gold: maybe-all-stagefeedback-binutils
|
||||
configure-opcodes: maybe-configure-intl
|
||||
|
||||
configure-stage1-opcodes: maybe-configure-stage1-intl
|
||||
|
Loading…
Reference in New Issue
Block a user