aboutsummaryrefslogtreecommitdiff
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
commit0d4d54840d9135777fbacab4eda666c8fd09eb36 (patch)
treebfd694b9e45f8cbfab4ed043ee8b9c306183af57 /gdb/Makefile.in
parent063715bf637d9552de6b4d991823cc9854a76d0e (diff)
downloadgdb-0d4d54840d9135777fbacab4eda666c8fd09eb36.zip
gdb-0d4d54840d9135777fbacab4eda666c8fd09eb36.tar.gz
gdb-0d4d54840d9135777fbacab4eda666c8fd09eb36.tar.bz2
* 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 07e57a4..fef46ae 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) \