diff options
author | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-16 18:07:39 +0000 |
---|---|---|
committer | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-16 18:07:39 +0000 |
commit | a841c4d44d21a1e380c183b316567d245891e3cc (patch) | |
tree | dc97018bace702a6443733a6c7e224649ad8715f /Makefile.tpl | |
parent | a8de02e776c9377e3dc409e7f9fcdabf34debc79 (diff) | |
download | gcc-a841c4d44d21a1e380c183b316567d245891e3cc.tar.gz |
2003-05-15 Andreas Schwab <schwab@suse.de>
* Makefile.tpl (install-opcodes): Define.
* Makefile.in: Rebuild.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66869 138bc75d-0d04-0410-961f-82ee72b054a4
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 |