diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-08-06 15:53:08 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-08-06 15:53:08 +0000 |
commit | 5e34e75e9ebb6fb8ec12565389b4ef2017140878 (patch) | |
tree | 9dcf87d6b09735601e58adb150a9faa22b03fdd8 /gdb/Makefile.in | |
parent | eb4c54a2884d1fc89fc500ab0a1a2877d8bc8bf7 (diff) | |
download | gdb-5e34e75e9ebb6fb8ec12565389b4ef2017140878.zip gdb-5e34e75e9ebb6fb8ec12565389b4ef2017140878.tar.gz gdb-5e34e75e9ebb6fb8ec12565389b4ef2017140878.tar.bz2 |
2002-08-06 Andrew Cagney <ac131313@redhat.com>
* gcore.c: Do not include <sys/procfs.h>.
* Makefile.in (gcore.o): Update dependencies.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 77c9d55..2481bc8 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1404,8 +1404,8 @@ corefile.o: corefile.c $(dis_asm_h) $(defs_h) $(gdbcmd_h) $(gdbcore_h) \ corelow.o: corelow.c $(command_h) $(defs_h) $(gdbcore_h) $(inferior_h) \ $(target_h) $(gdbthread_h) $(gdb_string_h) $(regcache_h) -gcore.o: gcore.c $(defs_h) $(command_h) $(inferior_h) $(gdbcore_h) \ - $(BFD_SRC)/elf-bfd.h $(symfile_h) $(objfiles_h) +gcore.o: gcore.c $(defs_h) $(cli_decode_h) $(inferior_h) $(gdbcore_h) \ + $(elf_bfd_h) $(symfile_h) $(objfiles_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) \ |