diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-03-30 10:17:40 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-03-30 10:18:34 -0700 |
commit | d2d67aea8e776d63a987f8dcdb96bc524df96e81 (patch) | |
tree | 78d0c7b52385966feb5562315f3cd563d1268035 /Makefile.in | |
parent | 49d62f892578dab739391b7309bc60ea2baeafc4 (diff) | |
download | gdb-d2d67aea8e776d63a987f8dcdb96bc524df96e81.zip gdb-d2d67aea8e776d63a987f8dcdb96bc524df96e81.tar.gz gdb-d2d67aea8e776d63a987f8dcdb96bc524df96e81.tar.bz2 |
Make all-bfd depend on all-zlib
* Makefile.def (dependencies): Add all-zlib to all-bfd.
* Makefile.in: Regenerated.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 6f9dfd4..cc05f7b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -49969,6 +49969,14 @@ all-stage3-bfd: maybe-all-stage3-intl all-stage4-bfd: maybe-all-stage4-intl all-stageprofile-bfd: maybe-all-stageprofile-intl all-stagefeedback-bfd: maybe-all-stagefeedback-intl +all-bfd: maybe-all-zlib + +all-stage1-bfd: maybe-all-stage1-zlib +all-stage2-bfd: maybe-all-stage2-zlib +all-stage3-bfd: maybe-all-stage3-zlib +all-stage4-bfd: maybe-all-stage4-zlib +all-stageprofile-bfd: maybe-all-stageprofile-zlib +all-stagefeedback-bfd: maybe-all-stagefeedback-zlib configure-opcodes: configure-libiberty configure-stage1-opcodes: configure-stage1-libiberty |