* Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
authorJim Blandy <jimb@codesourcery.com>
Wed, 17 Sep 2003 21:34:29 +0000 (21:34 +0000)
committerJim Blandy <jimb@codesourcery.com>
Wed, 17 Sep 2003 21:34:29 +0000 (21:34 +0000)
gdb/ChangeLog
gdb/Makefile.in

index 3a304d8..33db947 100644 (file)
@@ -1,3 +1,7 @@
+2003-09-17  Jim Blandy  <jimb@redhat.com>
+
+       * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
+
 2003-09-17  Andrew Cagney  <cagney@redhat.com>
 
        * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
index f3a5509..7b681e3 100644 (file)
@@ -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)