* Makefile.in (i386nbsd-nat.o): Add missing dependency.
authorJoel Brobecker <brobecker@gnat.com>
Fri, 10 Aug 2007 17:52:09 +0000 (17:52 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Fri, 10 Aug 2007 17:52:09 +0000 (17:52 +0000)
gdb/ChangeLog
gdb/Makefile.in

index be4366d..6ddde7a 100644 (file)
@@ -1,4 +1,8 @@
-2007-08-09  Maxim Grigoriev  <maxim2405@gmail.com>
+2007-08-10  Joel Brobecker  <brobecker@adacore.com>
+
+       * Makefile.in (i386nbsd-nat.o): Add missing dependency.
+
+2007-08-10  Maxim Grigoriev  <maxim2405@gmail.com>
 
        * remote-fileio.c (remote_fileio_resize_fd_map): Initialize newly
        allocated file descriptors.
index 9d8e4d4..5df55f9 100644 (file)
@@ -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) \