mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
* 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.
This commit is contained in:
parent
f7ad6d7c9b
commit
a385171d78
@ -1,3 +1,9 @@
|
||||
2007-12-02 Pedro Alves <pedro_alves@portugalmail.pt>
|
||||
|
||||
* 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 <dan@codesourcery.com>
|
||||
|
||||
* hostio.c: Correct copyright year.
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user