diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-04-06 17:56:01 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-04-06 17:56:01 +0000 |
commit | 6d5189699cd755651791c79e9a4ab7c23484267b (patch) | |
tree | 803010a984a92847f38aa849fe736db223596195 /gdb/Makefile.in | |
parent | 85f4f2d828508af01a3726a13c73b082c4a760be (diff) | |
download | gdb-6d5189699cd755651791c79e9a4ab7c23484267b.zip gdb-6d5189699cd755651791c79e9a4ab7c23484267b.tar.gz gdb-6d5189699cd755651791c79e9a4ab7c23484267b.tar.bz2 |
2004-04-06 Andrew Cagney <cagney@redhat.com>
* hppah-nat.c (hpux_has_forked, hpux_has_vforked)
(hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
move extern declarations from here ...
* infttrace.h: ... to here.
* Makefile.in (hppah-nat.o): Update dependencies.
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 555badc..f846a86 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1816,7 +1816,7 @@ h8300-tdep.o: h8300-tdep.c $(defs_h) $(value_h) $(inferior_h) $(symfile_h) \ hpacc-abi.o: hpacc-abi.c $(defs_h) $(value_h) $(gdb_regex_h) $(gdb_string_h) \ $(gdbtypes_h) $(gdbcore_h) $(cp_abi_h) hppah-nat.o: hppah-nat.c $(defs_h) $(inferior_h) $(target_h) $(gdbcore_h) \ - $(gdb_wait_h) $(regcache_h) $(gdb_string_h) + $(gdb_wait_h) $(regcache_h) $(gdb_string_h) $(infttrace_h) hppa-hpux-tdep.o: hppa-hpux-tdep.c $(defs_h) $(arch_utils_h) $(gdbcore_h) \ $(osabi_h) $(gdb_string_h) $(frame_h) hppa-tdep.o: hppa-tdep.c $(defs_h) $(frame_h) $(bfd_h) $(inferior_h) \ |