[commit] another minor cleanup in Makefile.in

Joel Brobecker brobecker@adacore.com
Fri Aug 10 17:53:00 GMT 2007


Missed that one in the previous checkin...

2007-08-10  Joel Brobecker  <brobecker@adacore.com>

        * Makefile.in (i386nbsd-nat.o): Add missing dependency.

Committed as obvious after a rebuild.

-- 
Joel
-------------- next part --------------
Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.927
diff -u -p -r1.927 Makefile.in
--- Makefile.in	10 Aug 2007 17:26:45 -0000	1.927
+++ Makefile.in	10 Aug 2007 17:49:16 -0000
@@ -2122,7 +2122,8 @@ i386-linux-tdep.o: i386-linux-tdep.c $(d
 	$(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) \


More information about the Gdb-patches mailing list