diff options
author | Timothy Wall <twall@alum.mit.edu> | 2000-04-11 04:11:03 +0000 |
---|---|---|
committer | Timothy Wall <twall@alum.mit.edu> | 2000-04-11 04:11:03 +0000 |
commit | f085439dc02ad9eb60be2b4734c22142c865035e (patch) | |
tree | 4f447fc5ec3b2db20d164d2e651256bda965bb56 /bfd/Makefile.am | |
parent | c36abc734db7101f9cafd60cc8b69acc77648dd5 (diff) | |
download | gdb-f085439dc02ad9eb60be2b4734c22142c865035e.tar.gz |
Mods to allow compilation of BFD all targets.
Diffstat (limited to 'bfd/Makefile.am')
-rw-r--r-- | bfd/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bfd/Makefile.am b/bfd/Makefile.am index 9c587322d32..885936dbbcf 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -817,8 +817,9 @@ coff-tic30.lo: coff-tic30.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic30.h \ $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h coff-tic80.lo: coff-tic80.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic80.h \ $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h -coff-tic54x.lo: coff-tic54x.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic54x.h \ - $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h +coff-tic54x.lo: coff-tic54x.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/ti.h \ + $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/internal.h \ + libcoff.h coffcode.h coffswap.h coff-u68k.lo: coff-u68k.c coff-m68k.c $(INCDIR)/coff/m68k.h \ $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \ coffcode.h coffswap.h |