Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* gdb-5.3: dependency on bfd/bfd.h in gdb/Makefile [PATCH]
@ 2002-12-27 11:56 Richard Dawe
  2002-12-27 12:02 ` Daniel Jacobowitz
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Dawe @ 2002-12-27 11:56 UTC (permalink / raw)
  To: gdb-patches

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-12-27 20:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-27 11:56 gdb-5.3: dependency on bfd/bfd.h in gdb/Makefile [PATCH] Richard Dawe
2002-12-27 12:02 ` Daniel Jacobowitz
2002-12-27 16:17   ` Richard Dawe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox