aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorNick Roberts <nickrob@snap.net.nz>2008-05-20 21:06:56 +0000
committerNick Roberts <nickrob@snap.net.nz>2008-05-20 21:06:56 +0000
commit6b59c36b65ae7f3d3a55a4bfc03afa717858e23a (patch)
treef5c3128cd93a870e6e9b437127f1ddf52dcf0428 /gdb
parentd4fc5b1ea748aa8f06b41b582dcf178e9d8af580 (diff)
downloadbinutils-6b59c36b65ae7f3d3a55a4bfc03afa717858e23a.zip
binutils-6b59c36b65ae7f3d3a55a4bfc03afa717858e23a.tar.gz
binutils-6b59c36b65ae7f3d3a55a4bfc03afa717858e23a.tar.bz2
(thread.o): Add dependency on annotate.h.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index b60f63c..9f8db53 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -2932,7 +2932,7 @@ target-memory.o: target-memory.c $(defs_h) $(vec_h) $(target_h) \
thread.o: thread.c $(defs_h) $(symtab_h) $(frame_h) $(inferior_h) \
$(environ_h) $(value_h) $(target_h) $(gdbthread_h) $(exceptions_h) \
$(command_h) $(gdbcmd_h) $(regcache_h) $(gdb_h) $(gdb_string_h) \
- $(ui_out_h) $(observer_h)
+ $(ui_out_h) $(observer_h) $(annotate_h)
top.o: top.c $(defs_h) $(gdbcmd_h) $(call_cmds_h) $(cli_cmds_h) \
$(cli_script_h) $(cli_setshow_h) $(cli_decode_h) $(symtab_h) \
$(inferior_h) $(exceptions_h) $(target_h) $(breakpoint_h) \