From: palves Date: Sun, 2 Dec 2007 23:33:26 +0000 (+0000) Subject: * Makefile.in (win32_low_h): New variable. X-Git-Tag: EOL_registry_mounts~1466 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=906d700c421d5a0d148cfa3f5a2e7ad0d44e9293;p=pf3gnuchains%2Fpf3gnuchains4x.git * 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. --- diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index ab37805ab2..2efbeb034e 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 9658ce3640..82b23b69c5 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)