This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

obvious: note that "dis-asm.h" #includes "bfd.h"


2003-09-17  Jim Blandy  <jimb@redhat.com>

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

Index: gdb/Makefile.in
===================================================================
RCS file: /cvs/cvsfiles/devo/gdb/Makefile.in,v
retrieving revision 1.945
diff -c -r1.945 Makefile.in
*** gdb/Makefile.in	17 Sep 2003 21:28:09 -0000	1.945
--- gdb/Makefile.in	17 Sep 2003 21:29:41 -0000
***************
*** 594,600 ****
  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 
  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)
--- 594,600 ----
  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 $(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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]