diff options
author | Jeff Law <law@redhat.com> | 2000-04-24 08:23:47 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 2000-04-24 08:23:47 +0000 |
commit | d403336c61f1384ab971dc31618071d2710d6f4f (patch) | |
tree | 4037e823086c84346a44d6052101c5275db2895b /bfd/Makefile.in | |
parent | 15bda42549f5da68d8fdb3d91e70dae10f8fc78e (diff) | |
download | gdb-d403336c61f1384ab971dc31618071d2710d6f4f.zip gdb-d403336c61f1384ab971dc31618071d2710d6f4f.tar.gz gdb-d403336c61f1384ab971dc31618071d2710d6f4f.tar.bz2 |
* Makefile.am (BFD64_BACKENDS): Add elf64-hppa.lo
(BFD64_BACKENDS_CFILES): Add elf64-hppa.c
(elf64-hppa.lo): Add dependencies.
* Makefile.in: Rebuilt.
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 360b32d..26692fa 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -509,6 +509,7 @@ BFD64_BACKENDS = \ coff-ia64.lo \ demo64.lo \ elf64-alpha.lo \ + elf64-hppa.lo \ elf64-ia64.lo \ elf64-gen.lo \ elf64-mips.lo \ @@ -524,6 +525,7 @@ BFD64_BACKENDS_CFILES = \ coff-ia64.c \ demo64.c \ elf64-alpha.c \ + elf64-hppa.c \ elf64-ia64.c \ elf64-gen.c \ elf64-mips.c \ @@ -1186,6 +1188,10 @@ stmp-lcoff-h: $(LIBCOFF_H_FILES) config.status: $(srcdir)/configure $(srcdir)/config.bfd $(srcdir)/configure.host $(SHELL) ./config.status --recheck +elf64-hppa.lo: elf64-hppa.c elf64-hppa.h elf-bfd.h \ + $(INCDIR)/elf/hppa.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ + $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/reloc-macros.h \ + elf64-target.h cpu-ia64.lo: cpu-ia64.c cpu-ia64-opc.c $(srcdir)/../opcodes/ia64-opc.h elf64-ia64.lo: elf64-ia64.c elf-bfd.h $(INCDIR)/opcode/ia64.h \ $(INCDIR)/elf/ia64.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ |