aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2007-12-19 13:21:32 +0000
committerJoel Brobecker <brobecker@gnat.com>2007-12-19 13:21:32 +0000
commit67cd94cafdf46c81cf52dd71db412f0a68a0cda5 (patch)
treeb9186e9e8e139b070bf476da1498849d5760bfdb /gdb/Makefile.in
parent7a188e2b3d8a6f630a34013fcc47b5d42b586b2a (diff)
downloadgdb-67cd94cafdf46c81cf52dd71db412f0a68a0cda5.zip
gdb-67cd94cafdf46c81cf52dd71db412f0a68a0cda5.tar.gz
gdb-67cd94cafdf46c81cf52dd71db412f0a68a0cda5.tar.bz2
* symtab.h: #include "defs.h".
(enum language): Remove opaque declaration. * Makefile.in (symtab_h): Update dependencies.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index a46c9d4..f1ec06a 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -885,7 +885,7 @@ srec_h = srec.h
stabsread_h = stabsread.h
stack_h = stack.h
symfile_h = symfile.h $(symtab_h)
-symtab_h = symtab.h
+symtab_h = symtab.h $(defs_h)
target_h = target.h $(bfd_h) $(symtab_h) $(dcache_h) $(memattr_h) $(vec_h)
target_descriptions_h = target-descriptions.h
terminal_h = terminal.h