diff options
author | Steve Chamberlain <steve@cygnus> | 1991-05-10 19:37:58 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-05-10 19:37:58 +0000 |
commit | 77a7985cb0ff9c8ee7b25df59ee427d7ace98ea2 (patch) | |
tree | 5a1999e19095f45e975adf8d3a0cde670702eaa5 /bfd/Makefile.in | |
parent | e5b919b168780f68a70efc886a3d2fab15113f28 (diff) | |
download | gdb-77a7985cb0ff9c8ee7b25df59ee427d7ace98ea2.zip gdb-77a7985cb0ff9c8ee7b25df59ee427d7ace98ea2.tar.gz gdb-77a7985cb0ff9c8ee7b25df59ee427d7ace98ea2.tar.bz2 |
Test new structure exporting code with 68k coff implementaion.
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 8d05cfa..a4374a8 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -37,14 +37,14 @@ BFD_LIBS = libbfd.o opncls.o bfd.o archive.o targets.o cache.o \ archures.o BFD_BACKENDS = oasys.o ieee.o srec.o sunos.o icoff.o b.out.o \ - m88k-bcs.o coffswap.o ecoff.o # trad-core.o + m68kcoff.o m88k-bcs.o coffswap.o ecoff.o # trad-core.o BFD_H=$(INCDIR)/bfd.h SYSDEP_H=$(INCDIR)/sysdep.h # C source files that correspond to .o's. CFILES = libbfd.c opncls.c bfd.c archive.c targets.c cache.c archures.c \ - sunos.c icoff.c b.out.c srec.c oasys.c ieee.c m88k-bcs.c \ + sunos.c icoff.c b.out.c srec.c oasys.c ieee.c m68kcoff.c m88k-bcs.c \ coffswap.c ecoff.c trad-core.c STAGESTUFF = $(TARGETLIB) $(OFILES) |