diff options
author | Daniel Jacobowitz <drow@false.org> | 2004-02-02 03:12:32 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2004-02-02 03:12:32 +0000 |
commit | 6b753f60f501c8c58d063551ee20d865c98df474 (patch) | |
tree | 43654586292f0b06e609258c9268c9254aeb8b0d /gdb/Makefile.in | |
parent | 44c7584953dc70ebbcb7a1798099f67ae245027e (diff) | |
download | gdb-6b753f60f501c8c58d063551ee20d865c98df474.zip gdb-6b753f60f501c8c58d063551ee20d865c98df474.tar.gz gdb-6b753f60f501c8c58d063551ee20d865c98df474.tar.bz2 |
* Makefile.in (mips-linux-nat.o): Update dependencies.
* mips-linux-nat.c: Include mips-tdep.h.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index f6686fe..e5fbe7e 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2079,7 +2079,7 @@ mem-break.o: mem-break.c $(defs_h) $(symtab_h) $(breakpoint_h) $(inferior_h) \ minsyms.o: minsyms.c $(defs_h) $(gdb_string_h) $(symtab_h) $(bfd_h) \ $(symfile_h) $(objfiles_h) $(demangle_h) $(value_h) $(cp_abi_h) mips-irix-tdep.o: mips-irix-tdep.c $(defs_h) $(osabi_h) $(elf_bfd_h) -mips-linux-nat.o: mips-linux-nat.c $(defs_h) +mips-linux-nat.o: mips-linux-nat.c $(defs_h) $(mips_tdep_h) mips-linux-tdep.o: mips-linux-tdep.c $(defs_h) $(gdbcore_h) $(target_h) \ $(solib_svr4_h) $(osabi_h) $(mips_tdep_h) $(gdb_string_h) \ $(gdb_assert_h) |