diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-11-21 13:51:53 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-11-21 13:51:53 +0000 |
commit | 2c4a536d5dea77889ddeeddd194758f34ce9dd8a (patch) | |
tree | 4f9c3bf014243592222d76495c6ec4a6d491d972 /gdb/Makefile.in | |
parent | db1d3e1b9706b64e129855a0e12eba74ca16befa (diff) | |
download | gdb-2c4a536d5dea77889ddeeddd194758f34ce9dd8a.zip gdb-2c4a536d5dea77889ddeeddd194758f34ce9dd8a.tar.gz gdb-2c4a536d5dea77889ddeeddd194758f34ce9dd8a.tar.bz2 |
* inf-ptrace.c: Don't include "regcache.h" and "gdbcmd.h".
Reorder includes a bit. Fix comment.
* Makefile.in (inf-ptrace.o): Update dependencies.
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 7593097..5173f06 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2082,9 +2082,9 @@ inf-loop.o: inf-loop.c $(defs_h) $(inferior_h) $(target_h) $(event_loop_h) \ inflow.o: inflow.c $(defs_h) $(frame_h) $(inferior_h) $(command_h) \ $(serial_h) $(terminal_h) $(target_h) $(gdbthread_h) $(gdb_string_h) \ $(inflow_h) -inf-ptrace.o: inf-ptrace.c $(defs_h) $(observer_h) $(gdb_ptrace_h) \ - $(inflow_h) $(inferior_h) $(regcache_h) $(command_h) $(gdbcore_h) \ - $(inf_child_h) $(gdbcmd_h) $(gdb_string_h) $(gdb_wait_h) +inf-ptrace.o: inf-ptrace.c $(defs_h) $(command_h) $(inferior_h) $(inflow_h) \ + $(gdbcore_h) $(observer_h) $(gdb_string_h) $(gdb_ptrace_h) \ + $(gdb_wait_h) $(inf_child_h) infptrace.o: infptrace.c $(defs_h) $(command_h) $(frame_h) $(gdbcore_h) \ $(inferior_h) $(regcache_h) $(target_h) $(gdb_assert_h) \ $(gdb_wait_h) $(gdb_string_h) $(gdb_dirent_h) $(gdb_ptrace_h) |