diff options
author | Mark Kettenis <kettenis@gnu.org> | 2005-01-16 17:54:38 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2005-01-16 17:54:38 +0000 |
commit | 936df4b3c3ffa390e8984801a7c67d7bb93864e7 (patch) | |
tree | 2d2101c1b90a69eb9dd742c4a69d41fc8925d3f8 /gdb/Makefile.in | |
parent | a0ce7f12db1afa72e80b89785d71554c4dbda3ba (diff) | |
download | gdb-936df4b3c3ffa390e8984801a7c67d7bb93864e7.zip gdb-936df4b3c3ffa390e8984801a7c67d7bb93864e7.tar.gz gdb-936df4b3c3ffa390e8984801a7c67d7bb93864e7.tar.bz2 |
* Makefile.in (sparc64fbsd-nat.o): Update dependencies.
* sparc64fbsd-nat.c: Update copyright year. Include "target.h".
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 79374d4..aa52a1c 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2532,8 +2532,8 @@ source.o: source.c $(defs_h) $(symtab_h) $(expression_h) $(language_h) \ $(gdb_string_h) $(gdb_stat_h) $(gdbcore_h) $(gdb_regex_h) \ $(symfile_h) $(objfiles_h) $(annotate_h) $(gdbtypes_h) $(linespec_h) \ $(filenames_h) $(completer_h) $(ui_out_h) $(readline_h) -sparc64fbsd-nat.o: sparc64fbsd-nat.c $(defs_h) $(sparc64_tdep_h) \ - $(sparc_nat_h) +sparc64fbsd-nat.o: sparc64fbsd-nat.c $(defs_h) $(target_h) \ + $(sparc64_tdep_h) $(sparc_nat_h) sparc64fbsd-tdep.o: sparc64fbsd-tdep.c $(defs_h) $(frame_h) \ $(frame_unwind_h) $(gdbcore_h) $(osabi_h) $(regcache_h) $(regset_h) \ $(target_h) $(trad_frame_h) $(gdb_assert_h) $(gdb_string_h) \ |