diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-08-01 22:55:36 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-08-01 22:55:36 +0000 |
commit | ff5922b5508175a114b51a8ac729e2d8427af3d5 (patch) | |
tree | 816c90c123fbe375eae7b88ae809433cbc93d3ee /gdb/Makefile.in | |
parent | a20ce2c39883be2e2977c18232ad211178f510ff (diff) | |
download | gdb-ff5922b5508175a114b51a8ac729e2d8427af3d5.zip gdb-ff5922b5508175a114b51a8ac729e2d8427af3d5.tar.gz gdb-ff5922b5508175a114b51a8ac729e2d8427af3d5.tar.bz2 |
* linux-proc.c: Include "gdb_string.h".
* Makefile.in (linux-proc.o): Update dependency list.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 3bf498e..e22d650 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1407,8 +1407,9 @@ corelow.o: corelow.c $(command_h) $(defs_h) $(gdbcore_h) $(inferior_h) \ gcore.o: gcore.c $(defs_h) $(command_h) $(inferior_h) $(gdbcore_h) \ $(BFD_SRC)/elf-bfd.h $(symfile_h) $(objfiles_h) -linux-proc.o: linux-proc.c $(defs_h) $(inferior_h) $(gregset_h) \ - $(gdbcore_h) $(gdbthread_h) $(regcache_h) $(BFD_SRC)/elf-bfd.h +linux-proc.o: linux-proc.c $(defs_h) $(inferior_h) $(regcache_h) $(gregset_h) \ + $(gdbcore_h) $(gdbthread_h) $(elf_bfd_h) $(cli_decode_h) \ + $(gdb_string_h) cp-abi.o: cp-abi.c $(defs_h) $(value_h) $(cp_abi_h) |