aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2007-01-08 03:14:19 +0000
committerJoel Brobecker <brobecker@gnat.com>2007-01-08 03:14:19 +0000
commit9bbc9174c0040f2add24585729daccf013e99203 (patch)
treed29be8306c4a279f66769c6c9ce83fff721da984 /gdb/Makefile.in
parentcbeee26d75ad29689441f2320c5d0b2a60465bf4 (diff)
downloadgdb-9bbc9174c0040f2add24585729daccf013e99203.zip
gdb-9bbc9174c0040f2add24585729daccf013e99203.tar.gz
gdb-9bbc9174c0040f2add24585729daccf013e99203.tar.bz2
* ada-lang.c: Add include of source.h.
(is_known_support_routine): Improve the check verifying that the file associated to this frame exists. * Makefile.in (ada-lang.o): Add dependency on source.h.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 59a2b92..de2f4fa 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1696,7 +1696,8 @@ ada-lang.o: ada-lang.c $(defs_h) $(gdb_string_h) $(demangle_h) \
$(inferior_h) $(symfile_h) $(objfiles_h) $(breakpoint_h) \
$(gdbcore_h) $(hashtab_h) $(gdb_obstack_h) $(ada_lang_h) \
$(completer_h) $(gdb_stat_h) $(ui_out_h) $(block_h) $(infcall_h) \
- $(dictionary_h) $(exceptions_h) $(annotate_h) $(valprint_h)
+ $(dictionary_h) $(exceptions_h) $(annotate_h) $(valprint_h) \
+ $(source_h)
ada-typeprint.o: ada-typeprint.c $(defs_h) $(gdb_obstack_h) $(bfd_h) \
$(symtab_h) $(gdbtypes_h) $(expression_h) $(value_h) $(gdbcore_h) \
$(target_h) $(command_h) $(gdbcmd_h) $(language_h) $(demangle_h) \