aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2002-11-07 20:43:22 +0000
committerJim Blandy <jimb@codesourcery.com>2002-11-07 20:43:22 +0000
commit568f87394bc2b35d5c4aeedc023fcaeb56138856 (patch)
tree6f3f332913d30339c9c73385913372dc6537d60c /gdb/Makefile.in
parentb0718b7bcb40571e389ef91d3958fd3e06507bc3 (diff)
downloadgdb-568f87394bc2b35d5c4aeedc023fcaeb56138856.zip
gdb-568f87394bc2b35d5c4aeedc023fcaeb56138856.tar.gz
gdb-568f87394bc2b35d5c4aeedc023fcaeb56138856.tar.bz2
* macroscope.c: #include "complaints.h".
(sal_macro_scope): Cope with filenames that appear in the symtabs, but not in the macro table. * Makefile.in (macroscope.o): Record dependency.
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 ab9a33b..5c95965 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1871,7 +1871,7 @@ macrocmd.o: macrocmd.c $(defs_h) $(macrotab_h) $(macroexp_h) $(macroscope_h) \
macroexp.o: macroexp.c $(defs_h) $(gdb_obstack_h) $(bcache_h) $(macrotab_h) \
$(macroexp_h) $(gdb_assert_h)
macroscope.o: macroscope.c $(defs_h) $(macroscope_h) $(symtab_h) $(target_h) \
- $(frame_h) $(inferior_h) $(source_h)
+ $(frame_h) $(inferior_h) $(source_h) $(complaints_h)
macrotab.o: macrotab.c $(defs_h) $(gdb_obstack_h) $(splay_tree_h) \
$(symtab_h) $(symfile_h) $(objfiles_h) $(macrotab_h) $(gdb_assert_h) \
$(bcache_h) $(complaints_h)