diff options
author | Mark Kettenis <kettenis@gnu.org> | 2000-12-04 23:27:59 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2000-12-04 23:27:59 +0000 |
commit | f1f64586bc129b5b20b790cd511718b2001b54ec (patch) | |
tree | 6413dfe3e840473fec4410204280ce7b8e557565 /gdb/Makefile.in | |
parent | 09fd7e3854052ec57c76d54f8cc8ba7485a9e5b0 (diff) | |
download | ppe42-binutils-f1f64586bc129b5b20b790cd511718b2001b54ec.tar.gz ppe42-binutils-f1f64586bc129b5b20b790cd511718b2001b54ec.zip |
* Makefile.in (symfile.o): Add gdb-stabs.h to dependencies list.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index fcfaab68d1..5f2ebde1a8 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -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) |