From 10d00faca93295672eeb9bafece072821165199f Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Thu, 20 Dec 2007 05:36:14 +0000 Subject: * symtab.h: Remove "defs.h" #include. * Makefile.in (symtab_h): Update dependencies. --- gdb/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/Makefile.in') diff --git a/gdb/Makefile.in b/gdb/Makefile.in index f1ec06a..a46c9d4 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 $(defs_h) +symtab_h = symtab.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 -- cgit v1.1