diff options
author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-07-17 17:06:27 +0000 |
---|---|---|
committer | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-07-17 17:06:27 +0000 |
commit | 1bef46b46938c0b84695c2b39d0a17dcc0cbf440 (patch) | |
tree | b22dd80eed107199e70a1c25a7be1ef03962b8d7 /Makefile.def | |
parent | 1eefcfd405c4639ce38daadf6ea7ca07b7134b4a (diff) | |
download | gcc-1bef46b46938c0b84695c2b39d0a17dcc0cbf440.tar.gz |
* Makefile.def: Add dependencies for configure-opcodes
on configure-intl and all-opcodes on all-intl.
* Makefile.in: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115527 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.def')
-rw-r--r-- | Makefile.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.def b/Makefile.def index 1d792aefd64..e365d8a77ea 100644 --- a/Makefile.def +++ b/Makefile.def @@ -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-intl; }; +dependencies = { module=configure-opcodes; on=configure-intl; }; dependencies = { module=all-opcodes; on=all-bfd; }; dependencies = { module=all-opcodes; on=all-libiberty; }; +dependencies = { module=all-opcodes; on=all-intl; }; // Other host modules in the 'src' repository. dependencies = { module=all-dejagnu; on=all-tcl; }; |