[PATCH] go32-nat.o prerequisites in gdb/Makefile.in

Eli Zaretskii eliz@delorie.com
Sat Apr 1 00:00:00 GMT 2000


I committed the following (for references see the message here:

 http://sourceware.cygnus.com/ml/gdb-patches/2000-q1/msg00522.html )

2000-03-04  Eli Zaretskii  <eliz@is.elta.co.il>

	* Makefile.in (go32-nat.o): Add prerequisites.
	(ALLDEPFILES): Add go32-nat.c.

--- gdb/Makefile.i~1	Sat Mar  4 18:26:36 2000
+++ gdb/Makefile.in	Sat Mar  4 19:09:54 2000
@@ -1067,7 +1067,7 @@
 	convex-tdep.c convex-xdep.c \
 	core-sol2.c core-regset.c core-aout.c corelow.c \
 	dcache.c delta68-nat.c dpx2-nat.c dstread.c exec.c fork-child.c \
-	gould-tdep.c gould-xdep.c h8300-tdep.c h8500-tdep.c \
+	go32-nat.c gould-tdep.c gould-xdep.c h8300-tdep.c h8500-tdep.c \
 	hp300ux-nat.c hppa-tdep.c hppab-nat.c hppah-nat.c \
         hp-psymtab-read.c hp-symtab-read.c \
 	i386-tdep.c i386b-nat.c i386mach-nat.c i386v-nat.c i386-linux-nat.c \
@@ -1356,6 +1356,9 @@
 	$(gdbtypes_h) language.h objfiles.h symfile.h $(symtab_h) target.h \
 	$(value_h) gdb_string.h
 
+go32-nat.o: go32-nat.c $(defs_h) $(inferior_h) gdb_wait.h $(gdbcore_h) \
+	$(command_h) $(floatformat_h) target.h
+
 gnu-nat.o: process_reply_S.h exc_request_S.h notify_S.h msg_reply_S.h \
 	exc_request_U.h msg_U.h gnu-nat.h
 


More information about the Gdb-patches mailing list