From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8146 invoked by alias); 27 Dec 2002 19:31:31 -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 8128 invoked from network); 27 Dec 2002 19:31:29 -0000 Received: from unknown (HELO cmailm1.svr.pol.co.uk) (195.92.193.18) by 209.249.29.67 with SMTP; 27 Dec 2002 19:31:29 -0000 Received: from modem-37.boron.dialup.pol.co.uk ([62.136.4.37] helo=phekda.freeserve.co.uk) by cmailm1.svr.pol.co.uk with esmtp (Exim 3.35 #1) id 18S0Be-00039H-00 for gdb-patches@sources.redhat.com; Fri, 27 Dec 2002 19:30:28 +0000 Received: from athena.int.phekda.freeserve.co.uk ([192.168.4.2] helo=athena) by phekda.freeserve.co.uk with smtp (Exim 3.22 #1) id 18S0BP-00010Q-00 for gdb-patches@sources.redhat.com; Fri, 27 Dec 2002 19:30:11 +0000 Date: Fri, 27 Dec 2002 11:56:00 -0000 From: "Richard Dawe" To: gdb-patches@sources.redhat.com Subject: gdb-5.3: dependency on bfd/bfd.h in gdb/Makefile [PATCH] Message-Id: X-SW-Source: 2002-12/txt/msg00687.txt.bz2 Hello. There's a dependency in gdb/Makefile (generated by configure'ing the gdb-5.3 sources) on bfd/bfd.h. But bfd/bfd.h does not exist. It seems to be called bfd/libbfd.h now. ChangeLog entry and patch below. 2002-12-27 Richard Dawe * gdb/Makefile.in: BFD header file is bfd/libbfd.h now, not bfd/bfd.h. Please CC me on replies, since I'm not subscribed to gdb-patches. Thanks, regards, Rich --- /develop/ports/orig/gdb-5.3/gdb/Makefile.in 2002-11-25 22:05:38.000000000 +0000 +++ gdb/Makefile.in 2002-12-27 15:41:00.000000000 +0000 @@ -574,7 +574,7 @@ aout_aout64_h = $(INCLUDE_DIR)/aout/aout aout_stabs_gnu_h = $(INCLUDE_DIR)/aout/stabs_gnu.h getopt_h = $(INCLUDE_DIR)/getopt.h floatformat_h = $(INCLUDE_DIR)/floatformat.h -bfd_h = $(BFD_DIR)/bfd.h +bfd_h = $(BFD_DIR)/libbfd.h callback_h = $(INCLUDE_DIR)/gdb/callback.h coff_sym_h = $(INCLUDE_DIR)/coff/sym.h coff_symconst_h = $(INCLUDE_DIR)/coff/symconst.h @@ -796,7 +796,7 @@ HFILES_NO_SRCDIR = bcache.h buildsym.h c # Header files that already have srcdir in them, or which are in objdir. -HFILES_WITH_SRCDIR = ../bfd/bfd.h +HFILES_WITH_SRCDIR = ../bfd/libbfd.h # GDB "info" files, which should be included in their entirety