summaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2004-05-13 22:26:39 +0000
committerJoel Brobecker <brobecker@gnat.com>2004-05-13 22:26:39 +0000
commitd7b41a37a038b035898070f2dd2493988e325148 (patch)
tree777bcfa1c6e315e2de236208428ce55248c544db /gdb/Makefile.in
parentee29794c763b3bbc4e3cc86a7d4e1de12a81c801 (diff)
downloadgdb-d7b41a37a038b035898070f2dd2493988e325148.tar.gz
* aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
* Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
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 07e57a44a88..fef46ae52b8 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1505,7 +1505,7 @@ ada-valprint.o: ada-valprint.c $(defs_h) $(symtab_h) $(gdbtypes_h) \
$(annotate_h) $(ada_lang_h) $(c_lang_h) $(infcall_h)
aix-thread.o: aix-thread.c $(defs_h) $(gdb_assert_h) $(gdbthread_h) \
$(target_h) $(inferior_h) $(regcache_h) $(gdbcmd_h) $(language_h) \
- $(ppc_tdep_h)
+ $(ppc_tdep_h) $(gdb_string_h)
alphabsd-nat.o: alphabsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \
$(alpha_tdep_h) $(alphabsd_tdep_h) $(gregset_h)
alphabsd-tdep.o: alphabsd-tdep.c $(defs_h) $(alpha_tdep_h) \