diff options
author | 2015-03-30 10:17:40 -0700 | |
---|---|---|
committer | 2015-03-30 10:18:34 -0700 | |
commit | d2d67aea8e776d63a987f8dcdb96bc524df96e81 (patch) | |
tree | 78d0c7b52385966feb5562315f3cd563d1268035 /Makefile.def | |
parent | sim: arm: convert to nrun (diff) | |
download | binutils-gdb-d2d67aea8e776d63a987f8dcdb96bc524df96e81.tar.gz binutils-gdb-d2d67aea8e776d63a987f8dcdb96bc524df96e81.tar.bz2 binutils-gdb-d2d67aea8e776d63a987f8dcdb96bc524df96e81.zip |
Make all-bfd depend on all-zlib
* Makefile.def (dependencies): Add all-zlib to all-bfd.
* Makefile.in: Regenerated.
Diffstat (limited to 'Makefile.def')
-rw-r--r-- | Makefile.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.def b/Makefile.def index e0ea2fbe712..4e7645092dd 100644 --- a/Makefile.def +++ b/Makefile.def @@ -402,6 +402,7 @@ dependencies = { module=configure-bfd; on=configure-libiberty; hard=true; }; dependencies = { module=configure-bfd; on=configure-intl; }; dependencies = { module=all-bfd; on=all-libiberty; }; dependencies = { module=all-bfd; on=all-intl; }; +dependencies = { module=all-bfd; on=all-zlib; }; dependencies = { module=configure-opcodes; on=configure-libiberty; hard=true; }; dependencies = { module=all-opcodes; on=all-libiberty; }; |