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 | 4af1d5f66272560aea5209caf523d6fece97f3bd (patch) | |
tree | 8c996b8fe68f3b15e831b1d1c652053c166c203e /bfd/Makefile.am | |
parent | e48f66e46e8f58c36392397b816545318b0e4ab6 (diff) | |
download | gdb-4af1d5f66272560aea5209caf523d6fece97f3bd.zip gdb-4af1d5f66272560aea5209caf523d6fece97f3bd.tar.gz gdb-4af1d5f66272560aea5209caf523d6fece97f3bd.tar.bz2 |
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 9c58732..885936d 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 |