aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-01-29 21:54:22 +0000
committerRoland McGrath <roland@gnu.org>2004-01-29 21:54:22 +0000
commit199587082ade222bfe313667684e852777230b1a (patch)
treecd129ee76c68174da4cb1d74516718d6f9143a1b /gdb/Makefile.in
parentd8679d841d339ff4a3cefb479d3fab1d35866bd7 (diff)
downloadgdb-199587082ade222bfe313667684e852777230b1a.zip
gdb-199587082ade222bfe313667684e852777230b1a.tar.gz
gdb-199587082ade222bfe313667684e852777230b1a.tar.bz2
2004-01-29 Roland McGrath <roland@redhat.com>
* procfs.c: Include gdb_string.h for str* decls, otherwise warnings. * Makefile.in (procfs.o): Add dep.
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 55bfc4b..7c5ec7b 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -2180,7 +2180,7 @@ proc-flags.o: proc-flags.c $(defs_h)
procfs.o: procfs.c $(defs_h) $(inferior_h) $(target_h) $(gdbcore_h) \
$(elf_bfd_h) $(gdbcmd_h) $(gdbthread_h) $(gdb_wait_h) \
$(gdb_assert_h) $(inflow_h) $(gdb_dirent_h) $(X_OK) $(gdb_stat_h) \
- $(proc_utils_h) $(gregset_h)
+ $(proc_utils_h) $(gregset_h) $(gdb_string_h)
proc-service.o: proc-service.c $(defs_h) $(gdb_proc_service_h) $(inferior_h) \
$(symtab_h) $(target_h) $(gregset_h)
proc-why.o: proc-why.c $(defs_h) $(proc_utils_h)