* Makefile.in (symfile.o): Update dependencies.

This commit is contained in:
Andreas Schwab 2007-02-20 16:05:54 +00:00
parent f281862dfc
commit 81de920dd0
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-02-20 Andreas Schwab <schwab@suse.de>
* Makefile.in (symfile.o): Update dependencies.
2007-02-20 Daniel Jacobowitz <dan@codesourcery.com>
* MAINTAINERS: Disable -Werror for cris simulator. Build

View File

@ -2772,7 +2772,7 @@ symfile.o: symfile.c $(defs_h) $(bfdlink_h) $(symtab_h) $(gdbtypes_h) \
$(gdb_stabs_h) $(gdb_obstack_h) $(completer_h) $(bcache_h) \
$(hashtab_h) $(readline_h) $(gdb_assert_h) $(block_h) \
$(gdb_string_h) $(gdb_stat_h) $(observer_h) $(exec_h) \
$(parser_defs_h)
$(parser_defs_h) $(varobj_h)
symfile-mem.o: symfile-mem.c $(defs_h) $(symtab_h) $(gdbcore_h) \
$(objfiles_h) $(exceptions_h) $(gdbcmd_h) $(target_h) $(value_h) \
$(symfile_h) $(observer_h) $(auxv_h) $(elf_common_h)