[PATCH] Add dependencies for i386obsd-tdep.c

Mark Kettenis kettenis@chello.nl
Sun Oct 20 13:28:00 GMT 2002


I'm really trying to quit my habit of not adding proper dependencies
for new files to the Makefiles.  Really!

Mark

Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* Makefile.in (i386obsd-tdep.o): New target.

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.270
diff -u -p -r1.270 Makefile.in
--- Makefile.in 20 Oct 2002 14:38:25 -0000 1.270
+++ Makefile.in 20 Oct 2002 20:24:05 -0000
@@ -1760,6 +1760,8 @@ i386nbsd-tdep.o: i386nbsd-tdep.c $(defs_
 	$(regcache_h) $(arch_utils_h) $(i386_tdep_h) $(i387_tdep_h) \
 	$(nbsd_tdep_h) $(solib_svr4_h)
 i386obsd-nat.o: i386obsd-nat.c $(defs_h)
+i386obsd-tdep.o: i386obsd-tdep.c $(defs_h) $(arch_utils_h) $(gdbcore_h) \
+	$(regcache_h) $(i386_tdep_h) $(i387_tdep_h)
 i386v-nat.o: i386v-nat.c $(defs_h) $(frame_h) $(inferior_h) $(language_h) \
 	$(gdbcore_h) $(gdb_stat_h) $(floatformat_h) $(target_h)
 i386v4-nat.o: i386v4-nat.c $(defs_h) $(value_h) $(inferior_h) $(regcache_h) \



More information about the Gdb-patches mailing list