mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-16 10:40:28 +08:00
Makefile.tpl (install-opcodes): Define.
2003-05-15 Andreas Schwab <schwab@suse.de> * Makefile.tpl (install-opcodes): Define. * Makefile.in: Rebuild. From-SVN: r66869
This commit is contained in:
parent
6948720272
commit
c3969745d7
@ -1,3 +1,8 @@
|
||||
2003-05-15 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* Makefile.tpl (install-opcodes): Define.
|
||||
* Makefile.in: Rebuild.
|
||||
|
||||
2003-05-13 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* config.guess: Update to 2003-05-09 version.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user