diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-04-14 17:52:01 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-04-14 17:52:01 +0000 |
commit | 4844a61487575ce7da6d919975e98b7163d5b40f (patch) | |
tree | fc791390aecdd6d59e91000a0be64fda65e27ee2 /gdb/Makefile.in | |
parent | 67b441e1281bb06d579858018050705524f0dcaa (diff) | |
download | gdb-4844a61487575ce7da6d919975e98b7163d5b40f.zip gdb-4844a61487575ce7da6d919975e98b7163d5b40f.tar.gz gdb-4844a61487575ce7da6d919975e98b7163d5b40f.tar.bz2 |
* Makefile.in (vaxbsd-nat.o): New dependency.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 78db673..baa3525 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2495,6 +2495,7 @@ vax-tdep.o: vax-tdep.c $(defs_h) $(symtab_h) $(opcode_vax_h) $(gdbcore_h) \ $(inferior_h) $(regcache_h) $(frame_h) $(frame_base_h) \ $(frame_unwind_h) $(value_h) $(arch_utils_h) $(gdb_string_h) \ $(osabi_h) $(dis_asm_h) $(vax_tdep_h) +vaxbsd-nat.o: vaxbsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) $(vax_tdep_h) win32-nat.o: win32-nat.c $(defs_h) $(frame_h) $(inferior_h) $(target_h) \ $(gdbcore_h) $(command_h) $(completer_h) $(regcache_h) $(top_h) \ $(buildsym_h) $(symfile_h) $(objfiles_h) $(gdb_string_h) \ |