* Makefile.in (symfile.o): Add gdb-stabs.h to dependencies list.

This commit is contained in:
Mark Kettenis 2000-12-04 23:27:59 +00:00
parent 09fd7e3854
commit f1f64586bc
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2000-12-03 Mark Kettenis <kettenis@gnu.org>
* Makefile.in (symfile.o): Add gdb-stabs.h to dependencies list.
2000-12-04 Kevin Buettner <kevinb@redhat.com>
* elfread.c (record_minimal_symbol_and_info): Don't guess

View File

@ -1903,9 +1903,9 @@ sun3-nat.o: sun3-nat.c $(defs_h) $(gdbcore_h) $(inferior_h)
sun386-nat.o: sun386-nat.c $(defs_h) $(inferior_h) $(gdbcore_h)
symfile.o: symfile.c $(breakpoint_h) complaints.h $(defs_h) \
$(expression_h) $(gdbcmd_h) $(gdbcore_h) $(gdbtypes_h) \
language.h objfiles.h symfile.h $(symtab_h) target.h \
gdb_string.h completer.h
$(expression_h) gdb-stabs.h $(gdbcmd_h) $(gdbcore_h) \
$(gdbtypes_h) language.h objfiles.h symfile.h $(symtab_h) \
target.h gdb_string.h completer.h
symm-tdep.o: symm-tdep.c $(defs_h) $(gdbcore_h) $(inferior_h)