From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14868 invoked by alias); 17 Sep 2003 21:34:57 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 14859 invoked from network); 17 Sep 2003 21:34:56 -0000 Received: from unknown (HELO zenia.home) (12.223.225.216) by sources.redhat.com with SMTP; 17 Sep 2003 21:34:56 -0000 Received: by zenia.home (Postfix, from userid 5433) id 3DB0520758; Wed, 17 Sep 2003 16:32:22 -0500 (EST) To: gdb-patches@sources.redhat.com Subject: obvious: note that "dis-asm.h" #includes "bfd.h" From: Jim Blandy Date: Wed, 17 Sep 2003 21:34:00 -0000 Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-09/txt/msg00383.txt.bz2 2003-09-17 Jim Blandy * 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)