diff options
author | Joel Brobecker <brobecker@gnat.com> | 2007-08-10 17:52:09 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2007-08-10 17:52:09 +0000 |
commit | adee02064a46c3a0f4726ac67b9e2dfeaa175676 (patch) | |
tree | 9e45ea4cfcda53cc910bfaa2efeace58615ea6ef /gdb/Makefile.in | |
parent | 9f8e69991ec013276149efa5f0f31925199fec80 (diff) | |
download | gdb-adee02064a46c3a0f4726ac67b9e2dfeaa175676.zip gdb-adee02064a46c3a0f4726ac67b9e2dfeaa175676.tar.gz gdb-adee02064a46c3a0f4726ac67b9e2dfeaa175676.tar.bz2 |
* Makefile.in (i386nbsd-nat.o): Add missing dependency.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 9d8e4d4..5df55f9 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2122,7 +2122,8 @@ i386-linux-tdep.o: i386-linux-tdep.c $(defs_h) $(gdbcore_h) $(frame_h) \ $(i386_linux_tdep_h) $(glibc_tdep_h) $(solib_svr4_h) $(symtab_h) i386-nat.o: i386-nat.c $(defs_h) $(breakpoint_h) $(command_h) $(gdbcmd_h) i386nbsd-nat.o: i386nbsd-nat.c $(defs_h) $(gdbcore_h) $(regcache_h) \ - $(target_h) $(i386_tdep_h) $(i386bsd_nat_h) $(bsd_kvm_h) + $(target_h) $(i386_tdep_h) $(i386bsd_nat_h) $(nbsd_nat_h) \ + $(bsd_kvm_h) i386nbsd-tdep.o: i386nbsd-tdep.c $(defs_h) $(arch_utils_h) $(frame_h) \ $(gdbcore_h) $(regcache_h) $(regset_h) $(osabi_h) $(symtab_h) \ $(gdb_assert_h) $(gdb_string_h) $(i386_tdep_h) $(i387_tdep_h) \ |