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 | 32c89f72938d7200c519ed5e41962b35379a5578 (patch) | |
tree | 60b945001351727bc4277fb7a63b97de17c06877 /Makefile.tpl | |
parent | 78b5a91831035fe944785db1440d958770d8c07d (diff) | |
download | gdb-32c89f72938d7200c519ed5e41962b35379a5578.tar.gz |
2003-05-15 Andreas Schwab <schwab@suse.de>
* Makefile.tpl (install-opcodes): Define.
* Makefile.in: Rebuild.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index b634b357e46..2028e942c33 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -1334,6 +1334,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 |