aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-12-07 22:17:59 +0000
committerMark Kettenis <kettenis@gnu.org>2004-12-07 22:17:59 +0000
commit6e93c4f78b4e7d1876293860ff6c6edceca068c4 (patch)
tree442a62c3dc728bef4f7b5e07785c61b9384262ba /gdb/Makefile.in
parentc273b20f14fb111346bf00e4f7bdf0c9e655908b (diff)
downloadgdb-6e93c4f78b4e7d1876293860ff6c6edceca068c4.zip
gdb-6e93c4f78b4e7d1876293860ff6c6edceca068c4.tar.gz
gdb-6e93c4f78b4e7d1876293860ff6c6edceca068c4.tar.bz2
* Makefile.in (inf-ttrace.o): Fix typo.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 08b7bfd..5264248 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -2089,7 +2089,7 @@ 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)
inf-ttrace.o: inf-ttrace.c $(defs_h) $(command_h) $(gdbcore_h) \
- $(gdbthread_h)$(inferior_h) $(observer_h) $(target_h) \
+ $(gdbthread_h) $(inferior_h) $(observer_h) $(target_h) \
$(gdb_assert_h) $(gdb_string_h) $(inf_child_h) $(inf_ttrace_h)
infptrace.o: infptrace.c $(defs_h) $(command_h) $(frame_h) $(gdbcore_h) \
$(inferior_h) $(regcache_h) $(target_h) $(gdb_assert_h) \