diff options
author | Steve Chamberlain <steve@cygnus> | 1991-05-25 01:51:10 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-05-25 01:51:10 +0000 |
commit | 20fdc627fa5c4f741528cf97bedef6d2da159021 (patch) | |
tree | 77fba58730b8df1eb841619e2a9c9f7248d1e38f /bfd/Makefile.in | |
parent | ebec46845c11fbec1a0f9fcb4c2c1c604a6aff66 (diff) | |
download | gdb-20fdc627fa5c4f741528cf97bedef6d2da159021.zip gdb-20fdc627fa5c4f741528cf97bedef6d2da159021.tar.gz gdb-20fdc627fa5c4f741528cf97bedef6d2da159021.tar.bz2 |
Added 386 support!
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 462e394..51ac35e 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -38,14 +38,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 aout64.o aout32.o sunos.o icoff.o demo64.o \ - m68kcoff.o m88k-bcs.o coffswap.o ecoff.o newsos3.o # trad-core.o bout.o + m68kcoff.o i386coff.o m88k-bcs.o coffswap.o ecoff.o newsos3.o # trad-core.o bout.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 \ - aout64.c aout32.c sunos.c demo64.c icoff.c srec.c oasys.c ieee.c m68kcoff.c \ + i386coff.c aout64.c aout32.c sunos.c demo64.c icoff.c srec.c oasys.c ieee.c m68kcoff.c \ m88k-bcs.c coffswap.c ecoff.c trad-core.c newsos3.c #bout.c STAGESTUFF = $(TARGETLIB) $(OFILES) @@ -171,7 +171,7 @@ Makefile: $(srcdir)/Makefile.in $(srcdir)/configure ./configure +norecurse \ +destdir=$(destdir) \ `if [ "$(srcdir)" != "." ] ; then echo +f; fi` \ - $(host) +target=$(target);) ; make dep + $(host) +target=$(target);) dep: $(CFILES) mkdep $(CFLAGS) $? |