* Makefile.in (linux-thread-db.o): Fix typo in last change.

This commit is contained in:
Daniel Jacobowitz 2004-11-14 18:53:32 +00:00
parent ed89d17542
commit 98754800c6
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-11-14 Daniel Jacobowitz <dan@debian.org>
* Makefile.in (linux-thread-db.o): Fix typo in last change.
2004-11-14 Daniel Jacobowitz <dan@debian.org>
* linux-thread-db.c: New file, renamed from thread-db.c.

View File

@ -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)