From: Andreas Schwab Date: Tue, 20 Feb 2007 16:05:54 +0000 (+0000) Subject: * Makefile.in (symfile.o): Update dependencies. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=81de920dd0a932c1ce7a81c192ace9decee718ed;p=binutils-gdb.git * Makefile.in (symfile.o): Update dependencies. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index af9ccbe069f..6e1e3d490c4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2007-02-20 Andreas Schwab + + * Makefile.in (symfile.o): Update dependencies. + 2007-02-20 Daniel Jacobowitz * MAINTAINERS: Disable -Werror for cris simulator. Build diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 54b3dc606ee..5047ffb1b73 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -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)