mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-23 19:03:59 +08:00
Makefile.def: Add dependencies for configure-opcodes on configure-intl and all-opcodes on...
* Makefile.def: Add dependencies for configure-opcodes on configure-intl and all-opcodes on all-intl. * Makefile.in: Regenerated. From-SVN: r115527
This commit is contained in:
parent
512380a199
commit
9fbe658520
@ -1,3 +1,9 @@
|
|||||||
|
2006-07-17 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
|
* Makefile.def: Add dependencies for configure-opcodes
|
||||||
|
on configure-intl and all-opcodes on all-intl.
|
||||||
|
* Makefile.in: Regenerated.
|
||||||
|
|
||||||
2006-07-13 Ben Elliston <bje@au.ibm.com>
|
2006-07-13 Ben Elliston <bje@au.ibm.com>
|
||||||
|
|
||||||
* MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
|
* MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
|
||||||
|
@ -353,8 +353,10 @@ dependencies = { module=all-ld; on=all-build-byacc; };
|
|||||||
dependencies = { module=all-ld; on=all-build-flex; };
|
dependencies = { module=all-ld; on=all-build-flex; };
|
||||||
dependencies = { module=all-ld; on=all-intl; };
|
dependencies = { module=all-ld; on=all-intl; };
|
||||||
|
|
||||||
|
dependencies = { module=configure-opcodes; on=configure-intl; };
|
||||||
dependencies = { module=all-opcodes; on=all-bfd; };
|
dependencies = { module=all-opcodes; on=all-bfd; };
|
||||||
dependencies = { module=all-opcodes; on=all-libiberty; };
|
dependencies = { module=all-opcodes; on=all-libiberty; };
|
||||||
|
dependencies = { module=all-opcodes; on=all-intl; };
|
||||||
|
|
||||||
// Other host modules in the 'src' repository.
|
// Other host modules in the 'src' repository.
|
||||||
dependencies = { module=all-dejagnu; on=all-tcl; };
|
dependencies = { module=all-dejagnu; on=all-tcl; };
|
||||||
|
16
Makefile.in
16
Makefile.in
@ -41053,6 +41053,14 @@ all-stage3-ld: maybe-all-stage3-intl
|
|||||||
all-stage4-ld: maybe-all-stage4-intl
|
all-stage4-ld: maybe-all-stage4-intl
|
||||||
all-stageprofile-ld: maybe-all-stageprofile-intl
|
all-stageprofile-ld: maybe-all-stageprofile-intl
|
||||||
all-stagefeedback-ld: maybe-all-stagefeedback-intl
|
all-stagefeedback-ld: maybe-all-stagefeedback-intl
|
||||||
|
configure-opcodes: maybe-configure-intl
|
||||||
|
|
||||||
|
configure-stage1-opcodes: maybe-configure-stage1-intl
|
||||||
|
configure-stage2-opcodes: maybe-configure-stage2-intl
|
||||||
|
configure-stage3-opcodes: maybe-configure-stage3-intl
|
||||||
|
configure-stage4-opcodes: maybe-configure-stage4-intl
|
||||||
|
configure-stageprofile-opcodes: maybe-configure-stageprofile-intl
|
||||||
|
configure-stagefeedback-opcodes: maybe-configure-stagefeedback-intl
|
||||||
all-opcodes: maybe-all-bfd
|
all-opcodes: maybe-all-bfd
|
||||||
|
|
||||||
all-stage1-opcodes: maybe-all-stage1-bfd
|
all-stage1-opcodes: maybe-all-stage1-bfd
|
||||||
@ -41069,6 +41077,14 @@ all-stage3-opcodes: maybe-all-stage3-libiberty
|
|||||||
all-stage4-opcodes: maybe-all-stage4-libiberty
|
all-stage4-opcodes: maybe-all-stage4-libiberty
|
||||||
all-stageprofile-opcodes: maybe-all-stageprofile-libiberty
|
all-stageprofile-opcodes: maybe-all-stageprofile-libiberty
|
||||||
all-stagefeedback-opcodes: maybe-all-stagefeedback-libiberty
|
all-stagefeedback-opcodes: maybe-all-stagefeedback-libiberty
|
||||||
|
all-opcodes: maybe-all-intl
|
||||||
|
|
||||||
|
all-stage1-opcodes: maybe-all-stage1-intl
|
||||||
|
all-stage2-opcodes: maybe-all-stage2-intl
|
||||||
|
all-stage3-opcodes: maybe-all-stage3-intl
|
||||||
|
all-stage4-opcodes: maybe-all-stage4-intl
|
||||||
|
all-stageprofile-opcodes: maybe-all-stageprofile-intl
|
||||||
|
all-stagefeedback-opcodes: maybe-all-stagefeedback-intl
|
||||||
all-dejagnu: maybe-all-tcl
|
all-dejagnu: maybe-all-tcl
|
||||||
all-dejagnu: maybe-all-expect
|
all-dejagnu: maybe-all-expect
|
||||||
all-dejagnu: maybe-all-tk
|
all-dejagnu: maybe-all-tk
|
||||||
|
Loading…
Reference in New Issue
Block a user