X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=Makefile.def;h=3d2c6eeeb44b3e6444959a00c1330088fcd47fde;hb=3adf154903ffac329c3ec83b06e34b0332d9e5cf;hp=6436272ae9c0c439ea5bf15012c852b140529710;hpb=8ee82aff445c6ba118ca1afcf89213cd25490b56;p=deliverable%2Fbinutils-gdb.git diff --git a/Makefile.def b/Makefile.def index 6436272ae9..3d2c6eeeb4 100644 --- a/Makefile.def +++ b/Makefile.def @@ -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; };