summaryrefslogtreecommitdiffstats
path: root/Makefile.def
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-07-17 17:04:21 +0000
committerJakub Jelinek <jakub@redhat.com>2006-07-17 17:04:21 +0000
commitb04b2e6b6d8edee67190de6ffc5abd8b56916ffa (patch)
treea78962ca3bb161e01a92d76f079213f7a73f9932 /Makefile.def
parentfbadc634cb3a805c94fd71d4136291b51784cd04 (diff)
downloadcygnal-b04b2e6b6d8edee67190de6ffc5abd8b56916ffa.tar.gz
cygnal-b04b2e6b6d8edee67190de6ffc5abd8b56916ffa.tar.bz2
cygnal-b04b2e6b6d8edee67190de6ffc5abd8b56916ffa.zip
* Makefile.def: Add dependencies for configure-opcodes
on configure-intl and all-opcodes on all-intl. * Makefile.in: Regenerated.
Diffstat (limited to 'Makefile.def')
-rw-r--r--Makefile.def2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.def b/Makefile.def
index 1d792aefd..e365d8a77 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; };