[PATCH] Dependency fixups for NetBSD MIPS targets

Jason R Thorpe thorpej@wasabisystems.com
Tue May 21 15:01:00 GMT 2002


Overlooked these when I commited the files.

        * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
        mipsnbsd-tdep.c
        (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>
-------------- next part --------------
Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.196
diff -u -r1.196 Makefile.in
--- Makefile.in	21 May 2002 20:53:31 -0000	1.196
+++ Makefile.in	21 May 2002 21:18:48 -0000
@@ -1219,6 +1219,7 @@
 	mips-linux-nat.c mips-linux-tdep.c \
 	mips-nat.c \
 	mips-tdep.c mipsm3-nat.c mipsv4-nat.c \
+	mipsnbsd-nat.c mipsnbsd-tdep.c \
 	nbsd-tdep.c \
 	nindy-share/Onindy.c nindy-share/nindy.c \
 	nindy-share/ttyflush.c nindy-tdep.c \
@@ -1826,6 +1827,12 @@
 
 mipsv4-nat.o: mipsv4-nat.c $(defs_h) $(gdbcore_h) $(inferior_h) $(target_h) \
 	$(regcache_h)
+
+mipsnbsd-nat.o: mipsnbsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \
+	mipsnbsd-tdep.h
+
+mipsnbsd-tdep.o: mipsnbsd-tdep.c $(defs_h) $(gdbcore_h) $(regcache_h) \
+	$(target_h) $(value_h) osabi.h solib-svr4.h mipsnbsd-tdep.h
 
 mn10300-tdep.o: mn10300-tdep.c $(defs_h) $(frame_h) $(inferior_h) \
 	$(obstack_h) $(target_h) $(value_h) $(bfd_h) $(gdb_string_h) \


More information about the Gdb-patches mailing list