aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2004-11-14 18:53:32 +0000
committerDaniel Jacobowitz <drow@false.org>2004-11-14 18:53:32 +0000
commit98754800c6c7fb22d8fe07298ee5374a17098d33 (patch)
tree9999f753ccee75087810180b0c0255cf91336b3b /gdb/Makefile.in
parented89d175425862691f715f2103d7f857826f5d6f (diff)
downloadgdb-98754800c6c7fb22d8fe07298ee5374a17098d33.zip
gdb-98754800c6c7fb22d8fe07298ee5374a17098d33.tar.gz
gdb-98754800c6c7fb22d8fe07298ee5374a17098d33.tar.bz2
* Makefile.in (linux-thread-db.o): Fix typo in last change.
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 cada3d1..7e148c5 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -2612,7 +2612,7 @@ target.o: target.c $(defs_h) $(gdb_string_h) $(target_h) $(gdbcmd_h) \
thread.o: thread.c $(defs_h) $(symtab_h) $(frame_h) $(inferior_h) \
$(environ_h) $(value_h) $(target_h) $(gdbthread_h) $(command_h) \
$(gdbcmd_h) $(regcache_h) $(gdb_h) $(gdb_string_h) $(ui_out_h)
-linux-thread-db.o: linux-thread-db.c $(defs_h) $(gdb_assert_h)
+linux-thread-db.o: linux-thread-db.c $(defs_h) $(gdb_assert_h) \
$(gdb_proc_service_h) $(gdb_thread_db_h) $(bfd_h) $(gdbthread_h) \
$(inferior_h) $(symfile_h) $(objfiles_h) $(target_h) $(regcache_h) \
$(solib_svr4_h)