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]

gdb-5.3: dependency on bfd/bfd.h in gdb/Makefile [PATCH]


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  <rich@phekda.freeserve.co.uk>

	* 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


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