From f5a6f91565ea40c97e4b084ed8d7a2e101772b2c Mon Sep 17 00:00:00 2001 From: Stephane Carrez Date: Mon, 21 Apr 2003 13:24:19 +0000 Subject: * Makefile.am (BFD32_BACKENDS): Add elf32-m68hc1x.lo. (elf32-m68hc1x.lo): Update dependencies * configure.in: Add elf32-m68hc1x.lo. * configure: Rebuild. * Makefile.in: Rebuild. --- bfd/Makefile.in | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'bfd/Makefile.in') diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 3de6121..87c96ed 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -358,6 +358,7 @@ BFD32_BACKENDS = \ elf32-m32r.lo \ elf32-m68hc11.lo \ elf32-m68hc12.lo \ + elf32-m68hc1x.lo \ elf32-m68k.lo \ elf32-m88k.lo \ elf-m10200.lo \ @@ -522,6 +523,7 @@ BFD32_BACKENDS_CFILES = \ elf32-m68k.c \ elf32-m68hc11.c \ elf32-m68hc12.c \ + elf32-m68hc1x.c \ elf32-m88k.c \ elf-m10200.c \ elf-m10300.c \ @@ -1739,12 +1741,17 @@ elf32-m68k.lo: elf32-m68k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ elf32-m68hc11.lo: elf32-m68hc11.c $(INCDIR)/filenames.h \ $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \ $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/m68hc11.h \ - $(INCDIR)/elf/reloc-macros.h elf32-target.h + $(INCDIR)/elf/reloc-macros.h elf32-target.h elf32-m68hc1x.h elf32-m68hc12.lo: elf32-m68hc12.c $(INCDIR)/filenames.h \ elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/m68hc11.h \ $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/m68hc11.h \ - elf32-target.h + elf32-target.h elf32-m68hc1x.h +elf32-m68hc1x.lo: elf32-m68hc1x.c $(INCDIR)/filenames.h \ + elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ + $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/m68hc11.h \ + $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/m68hc11.h \ + elf32-target.h elf32-m68hc1x.h elf32-m88k.lo: elf32-m88k.c $(INCDIR)/filenames.h elf-bfd.h \ $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ $(INCDIR)/bfdlink.h elf32-target.h -- cgit v1.1