diff options
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 8d8a79e..b3d71ca 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1716,9 +1716,9 @@ amd64obsd-nat.o: amd64obsd-nat.c $(defs_h) $(gdbcore_h) $(regcache_h) \ $(target_h) $(gdb_assert_h) $(amd64_tdep_h) $(amd64_nat_h) \ $(bsd_kvm_h) amd64obsd-tdep.o: amd64obsd-tdep.c $(defs_h) $(frame_h) $(gdbcore_h) \ - $(symtab_h) $(objfiles_h) $(osabi_h) $(regset_h) $(target_h) \ - $(gdb_assert_h) $(gdb_string_h) $(amd64_tdep_h) $(i387_tdep_h) \ - $(solib_svr4_h) + $(symtab_h) $(objfiles_h) $(osabi_h) $(regcache_h) $(regset_h) \ + $(target_h) $(gdb_assert_h) $(gdb_string_h) $(amd64_tdep_h) \ + $(i387_tdep_h) $(solib_svr4_h) $(bsd_uthread_h) amd64-sol2-tdep.o: amd64-sol2-tdep.c $(defs_h) $(frame_h) $(gdbcore_h) \ $(regcache_h) $(osabi_h) $(symtab_h) $(gdb_string_h) $(amd64_tdep_h) \ $(solib_svr4_h) |