This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Add Makefile dependencies for vaxbas-nat.c


Oops.  Missed this.

Committed,

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>
 
	* Makefile.in (vaxbsd-nat.o): New dependency.

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.538
diff -u -p -r1.538 Makefile.in
--- Makefile.in 12 Apr 2004 19:49:48 -0000 1.538
+++ Makefile.in 14 Apr 2004 17:51:10 -0000
@@ -2495,6 +2495,7 @@ vax-tdep.o: vax-tdep.c $(defs_h) $(symta
 	$(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) \


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]