* 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
* Re: gdb-5.3: dependency on bfd/bfd.h in gdb/Makefile [PATCH]
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
0 siblings, 1 reply; 3+ messages in thread
From: Daniel Jacobowitz @ 2002-12-27 12:02 UTC (permalink / raw)
To: Richard Dawe; +Cc: gdb-patches
On Fri, Dec 27, 2002 at 07:30:54PM +0000, Richard Dawe wrote:
> 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.
That's not correct. libbfd.h is a different header. See the comment?
> # Header files that already have srcdir in them, or which are in objdir.
It gets generated. What are you trying to do? Did you run configure
or make in the GDB directory instead of in the top level?
--
Daniel Jacobowitz
MontaVista Software Debian GNU/Linux Developer
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: gdb-5.3: dependency on bfd/bfd.h in gdb/Makefile [PATCH]
2002-12-27 12:02 ` Daniel Jacobowitz
@ 2002-12-27 16:17 ` Richard Dawe
0 siblings, 0 replies; 3+ messages in thread
From: Richard Dawe @ 2002-12-27 16:17 UTC (permalink / raw)
To: Daniel Jacobowitz; +Cc: gdb-patches
Hello.
Daniel Jacobowitz wrote:
>
> Richard Dawe wrote:
[snip]
> > 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.
[snip]
> That's not correct. libbfd.h is a different header. See the comment?
>
> > # Header files that already have srcdir in them, or which are in objdir.
>
> It gets generated. What are you trying to do? Did you run configure
> or make in the GDB directory instead of in the top level?
Oops, excuse me. It appears I mixed up my clean and build trees, while
preparing gdb packages for DJGPP.
Regards,
--
Richard Dawe [ http://www.phekda.freeserve.co.uk/richdawe/ ]
^ 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