From a385171d78e7e1ade74fc9e7358a021c12a91ac6 Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Sun, 2 Dec 2007 23:33:26 +0000 Subject: [PATCH] * Makefile.in (win32_low_h): New variable. (win32-low.o): Add dependency on $(win32_low_h). (win32-arm-low.o, win32-i386-low.o): New rules. --- gdb/gdbserver/ChangeLog | 6 ++++++ gdb/gdbserver/Makefile.in | 7 ++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index ab37805..2efbeb0 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,9 @@ +2007-12-02 Pedro Alves + + * Makefile.in (win32_low_h): New variable. + (win32-low.o): Add dependency on $(win32_low_h). + (win32-arm-low.o, win32-i386-low.o): New rules. + 2007-11-30 Daniel Jacobowitz * hostio.c: Correct copyright year. diff --git a/gdb/gdbserver/Makefile.in b/gdb/gdbserver/Makefile.in index 9658ce3..82b23b6 100644 --- a/gdb/gdbserver/Makefile.in +++ b/gdb/gdbserver/Makefile.in @@ -315,7 +315,12 @@ linux-sh-low.o: linux-sh-low.c $(linux_low_h) $(server_h) 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) -- 2.7.4