diff options
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 28475b3..211356b 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -124,9 +124,7 @@ BFD_LIBS_CFILES = \ ALL_MACHINES = \ cpu-a29k.lo \ cpu-alpha.lo \ - $(start-sanitize-arc) \ cpu-arc.lo \ - $(end-sanitize-arc) \ cpu-arm.lo \ cpu-d10v.lo \ $(start-sanitize-d30v) \ @@ -216,7 +214,7 @@ BFD32_BACKENDS = \ coff-rs6000.lo \ coff-sh.lo \ coff-sparc.lo \ - coff-stubgo32.lo \ + coff-stgo32.lo \ coff-svm68k.lo \ $(start-sanitize-tic80) \ coff-tic80.lo \ @@ -228,9 +226,7 @@ BFD32_BACKENDS = \ cofflink.lo \ ecoff.lo \ ecofflink.lo \ - $(start-sanitize-arc) \ elf32-arc.lo \ - $(end-sanitize-arc) \ elf32-d10v.lo \ $(start-sanitize-d30v) \ elf32-d30v.lo \ @@ -327,7 +323,7 @@ BFD32_BACKENDS_CFILES = \ coff-rs6000.c \ coff-sh.c \ coff-sparc.c \ - coff-stubgo32.c \ + coff-stgo32.c \ coff-svm68k.c \ coff-u68k.c \ coff-we32k.c \ @@ -336,6 +332,7 @@ BFD32_BACKENDS_CFILES = \ cofflink.c \ ecoff.c \ ecofflink.c \ + elf32-d10v.c \ elf32-gen.c \ elf32-hppa.c \ elf32-i386.c \ @@ -557,7 +554,7 @@ config.status: $(srcdir)/configure $(srcdir)/configure: @MAINT@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) cd $(srcdir) && $(AUTOCONF) -config.h: stamp-h +config.h: stamp-h ; @: stamp-h: $(srcdir)/config.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES= CONFIG_HEADERS=config.h:config.in \ @@ -997,15 +994,9 @@ $(srcdir)/libcoff.h: cp $(docdir)/libcoff.h libcoff.h-new $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h -start-sanitize-arc: elf32-arc.lo: elf32-arc.c elf-bfd.h $(INCDIR)/elf/common.h \ $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \ $(INCDIR)/elf/arc.h elf32-target.h -end-sanitize-arc: - -elf32-d10v.lo: elf32-d10v.c elf-bfd.h $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \ - elf32-target.h start-sanitize-d30v: elf32-d30v.lo: elf32-d30v.c elf-bfd.h $(INCDIR)/elf/common.h \ @@ -1156,7 +1147,7 @@ coff-sh.lo: coff-sh.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h \ coff-sparc.lo: coff-sparc.c $(INCDIR)/coff/sparc.h \ $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \ coffcode.h coffswap.h -coff-stubgo32.lo: coff-stubgo32.c coff-i386.c $(INCDIR)/coff/i386.h \ +coff-stgo32.lo: coff-stgo32.c coff-i386.c $(INCDIR)/coff/i386.h \ $(INCDIR)/coff/internal.h $(INCDIR)/coff/go32exe.h \ libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h \ go32stub.h @@ -1184,6 +1175,9 @@ ecofflink.lo: ecofflink.c $(INCDIR)/bfdlink.h $(INCDIR)/objalloc.h \ $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/coff/internal.h \ $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \ libcoff.h libecoff.h +elf32-d10v.lo: elf32-d10v.c elf-bfd.h $(INCDIR)/elf/common.h \ + $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \ + elf32-target.h elf32-gen.lo: elf32-gen.c elf-bfd.h $(INCDIR)/elf/common.h \ $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \ elf32-target.h |