aboutsummaryrefslogtreecommitdiff
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
parented89d175425862691f715f2103d7f857826f5d6f (diff)
downloadbinutils-98754800c6c7fb22d8fe07298ee5374a17098d33.zip
binutils-98754800c6c7fb22d8fe07298ee5374a17098d33.tar.gz
binutils-98754800c6c7fb22d8fe07298ee5374a17098d33.tar.bz2
* Makefile.in (linux-thread-db.o): Fix typo in last change.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0977177..e20958a 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
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.
* thread-db.c: Remove.
* Makefile.in (linux-thread-db.o): Rename from thread-db.o rule.
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)