diff options
author | Andreas Jaeger <aj@suse.de> | 2003-05-16 18:09:25 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2003-05-16 18:09:25 +0000 |
commit | cf662e211d1a0312f56370b1fe624ea8f4217311 (patch) | |
tree | 01972c52195db5df03e853582601988981e90dab /Makefile.in | |
parent | 80c7c40aefc1dc3e07a8130ed5b40d91017e292a (diff) | |
download | gdb-cf662e211d1a0312f56370b1fe624ea8f4217311.zip gdb-cf662e211d1a0312f56370b1fe624ea8f4217311.tar.gz gdb-cf662e211d1a0312f56370b1fe624ea8f4217311.tar.bz2 |
2003-05-15 Andreas Schwab <schwab@suse.de>
* Makefile.tpl (install-opcodes): Define.
* Makefile.in: Rebuild.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 3f3ea9a..057906e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -7409,6 +7409,8 @@ all-binutils: maybe-all-libiberty maybe-all-opcodes maybe-all-bfd maybe-all-flex # binutils might be on PATH, and they might need the shared opcodes # library. install-binutils: maybe-install-opcodes +# libopcodes depends on libbfd +install-opcodes: maybe-install-bfd all-gas: maybe-all-libiberty maybe-all-opcodes maybe-all-bfd maybe-all-intl all-gprof: maybe-all-libiberty maybe-all-bfd maybe-all-opcodes maybe-all-intl all-ld: maybe-all-libiberty maybe-all-bfd maybe-all-opcodes maybe-all-bison maybe-all-byacc maybe-all-flex maybe-all-intl |