From 98754800c6c7fb22d8fe07298ee5374a17098d33 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Sun, 14 Nov 2004 18:53:32 +0000 Subject: * Makefile.in (linux-thread-db.o): Fix typo in last change. --- gdb/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/Makefile.in') 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) -- cgit v1.1