This is the mail archive of the gdb-patches@sourceware.org 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]

[gdbserver] (1/11) Update a few dependencies


Hi,

These are missing.

OK?

Cheers,
Pedro Alves



2007-11-12  Pedro Alves  <pedro_alves@portugalmail.pt>

	* Makefile.in (win32_low_h): New variable.
	(win32-low.o, win32-arm-low.o, win32-i386-low.o): New rules.

---
 gdb/gdbserver/Makefile.in |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Index: src/gdb/gdbserver/Makefile.in
===================================================================
--- src.orig/gdb/gdbserver/Makefile.in	2007-10-16 23:38:26.000000000 +0100
+++ src/gdb/gdbserver/Makefile.in	2007-11-11 19:33:40.000000000 +0000
@@ -314,7 +314,12 @@ linux-sh-low.o: linux-sh-low.c $(linux_l
 linux-x86-64-low.o: linux-x86-64-low.c $(linux_low_h) $(server_h) \
 	$(gdb_proc_service_h)
 
-win32-low.o: win32-low.c $(server_h) $(regdef_h) $(regcache_h)
+win32_low_h = $(srcdir)/win32-low.h
+
+win32-low.o: win32-low.c $(win32_low_h) $(server_h) $(regdef_h) $(regcache_h)
+
+win32-arm-low.o: win32-arm-low.c $(win32_low_h) $(server_h)
+win32-i386-low.o: win32-i386-low.c $(win32_low_h) $(server_h)
 
 spu-low.o: spu-low.c $(server_h)
 



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