aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2001-05-09 05:23:24 +0000
committerJim Blandy <jimb@codesourcery.com>2001-05-09 05:23:24 +0000
commitc2c197ae42ff231f1a31d3473d7c7f11eb751f61 (patch)
treeaaff8cb7db38cd5c5b13e55f23fc7a56f6c572d0 /gdb/Makefile.in
parentc064f384c9752d3906924c3e642853bc07647ca6 (diff)
downloadgdb-c2c197ae42ff231f1a31d3473d7c7f11eb751f61.zip
gdb-c2c197ae42ff231f1a31d3473d7c7f11eb751f61.tar.gz
gdb-c2c197ae42ff231f1a31d3473d7c7f11eb751f61.tar.bz2
* Makefile.in (obstack_h, target_h): Define; these are already
used elsewhere, but have been expanding to the empty string. (memattr_h): Define; needed by target_h.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index a2beabe..e6fa45e 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -555,6 +555,7 @@ bfd_h = $(BFD_DIR)/bfd.h
dis-asm_h = $(INCLUDE_DIR)/dis-asm.h
remote-sim_h = $(INCLUDE_DIR)/remote-sim.h
demangle_h = $(INCLUDE_DIR)/demangle.h
+obstack_h = $(INCLUDE_DIR)/obstack.h
dcache_h = dcache.h
remote_utils_h = $(dcache_h) serial.h target.h remote-utils.h $(remote-sim_h)
@@ -597,6 +598,8 @@ defs_h = defs.h $(xm_h) $(tm_h) $(nm_h) config.status config.h gdbarch.h ui-file
top_h = top.h
inferior_h = inferior.h $(breakpoint_h)
+target_h = target.h $(bfd_h) $(symtab_h) $(dcache_h) $(memattr_h)
+memattr_h = memattr.h
tracepoint_h = tracepoint.h
ax_h = ax.h
event_loop_h = event-loop.h