From: Pedro Alves Date: Sun, 2 Dec 2007 23:33:26 +0000 (+0000) Subject: * Makefile.in (win32_low_h): New variable. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a385171d78e7e1ade74fc9e7358a021c12a91ac6;p=binutils-gdb.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 ab37805ab28..2efbeb034ec 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 9658ce36402..82b23b69c5e 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)