diff options
author | Pierre Muller <muller@ics.u-strasbg.fr> | 2007-10-08 07:43:43 +0000 |
---|---|---|
committer | Pierre Muller <muller@ics.u-strasbg.fr> | 2007-10-08 07:43:43 +0000 |
commit | 67c4dddcb9bb0bf58f23dc083cd3f95a5632ccec (patch) | |
tree | b6d14c64e7c4e84adb2a547161d60f3570cdf0f6 /gdb/Makefile.in | |
parent | 3156c1e5bd81b941009bf0c19b7ba317ad241ea2 (diff) | |
download | gdb-67c4dddcb9bb0bf58f23dc083cd3f95a5632ccec.tar.gz |
2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
* linux-fork.c: ARI fix: include "gdb_wait.h" instead of <sys/wait.h>.
Makefile.in (linux-fork.o): Add gdb_wait.h dependency.
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 64692442300..1c068a39bce 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2236,7 +2236,7 @@ linespec.o: linespec.c $(defs_h) $(symtab_h) $(frame_h) $(command_h) \ $(objc_lang_h) $(linespec_h) $(exceptions_h) $(language_h) linux-fork.o: linux-fork.c $(defs_h) $(inferior_h) $(regcache_h) $(gdbcmd_h) \ $(infcall_h) $(gdb_assert_h) $(gdb_string_h) $(linux_fork_h) \ - $(linux_nat_h) + $(linux_nat_h) $(gdb_wait_h) linux-nat.o: linux-nat.c $(defs_h) $(inferior_h) $(target_h) $(gdb_string_h) \ $(gdb_wait_h) $(gdb_assert_h) $(linux_nat_h) $(gdbthread_h) \ $(gdbcmd_h) $(regcache_h) $(regset_h) $(inf_ptrace_h) $(auxv_h) \ |