* Makefile.in (dis_asm_h): Note that this #includes "bfd.h".

This commit is contained in:
Jim Blandy 2003-09-17 21:34:29 +00:00
parent bd45b7af67
commit b55c33cc63
2 changed files with 5 additions and 1 deletions

View 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.

View 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)