From: Jim Blandy Date: Wed, 17 Sep 2003 21:34:29 +0000 (+0000) Subject: * Makefile.in (dis_asm_h): Note that this #includes "bfd.h". X-Git-Tag: cagney_bigcore-20040122-branchpoint~1492 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b55c33cc6329dce98fd8c5a6c7d9d84858006384;p=external%2Fbinutils.git * Makefile.in (dis_asm_h): Note that this #includes "bfd.h". --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3a304d8..33db947 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2003-09-17 Jim Blandy + + * Makefile.in (dis_asm_h): Note that this #includes "bfd.h". + 2003-09-17 Andrew Cagney * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function. diff --git a/gdb/Makefile.in b/gdb/Makefile.in index f3a5509..7b681e3 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -576,7 +576,7 @@ coff_sym_h = $(INCLUDE_DIR)/coff/sym.h coff_symconst_h = $(INCLUDE_DIR)/coff/symconst.h coff_ecoff_h = $(INCLUDE_DIR)/coff/ecoff.h coff_internal_h = $(INCLUDE_DIR)/coff/internal.h -dis_asm_h = $(INCLUDE_DIR)/dis-asm.h +dis_asm_h = $(INCLUDE_DIR)/dis-asm.h $(bfd_h) elf_reloc_macros_h = $(INCLUDE_DIR)/elf/reloc-macros.h elf_sh_h = $(INCLUDE_DIR)/elf/sh.h elf_arm_h = $(INCLUDE_DIR)/elf/arm.h $(elf_reloc_macros_h)