sim: m32c: drop redundant dependency info
This commit is contained in:
parent
5697b730e2
commit
9b4888d516
2 changed files with 4 additions and 13 deletions
|
@ -1,3 +1,7 @@
|
|||
2015-11-09 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* Makefile.in: Delete redundant dependency info.
|
||||
|
||||
2015-08-05 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* gdb-if.c (sim_info): Stub function to allow GDB to be built
|
||||
|
|
|
@ -76,21 +76,8 @@ gloss.o : $(srcdir)/gloss.S
|
|||
encodings:
|
||||
grep '/\* [01]' $(srcdir)/r8c.opc | sort
|
||||
|
||||
gdb-if.o : cpu.h mem.h load.h syscalls.h
|
||||
int.o : int.h cpu.h mem.h
|
||||
load.o : load.h cpu.h mem.h
|
||||
main.o : cpu.h mem.h misc.h load.h
|
||||
mem.o : mem.h cpu.h syscalls.h
|
||||
misc.o : cpu.h misc.h
|
||||
reg.o : cpu.h
|
||||
srcdest.c : cpu.h mem.h
|
||||
syscalls.c : cpu.h mem.h syscalls.h
|
||||
|
||||
r8c.o : cpu.h mem.h misc.h int.h
|
||||
|
||||
opc2c.o : opc2c.c safe-fgets.h
|
||||
$(CC_FOR_BUILD) $(BUILD_CFLAGS) -c $(srcdir)/opc2c.c
|
||||
|
||||
safe-fgets.o : safe-fgets.c safe-fgets.h
|
||||
$(CC_FOR_BUILD) $(BUILD_CFLAGS) -c $(srcdir)/safe-fgets.c
|
||||
|
||||
|
|
Loading…
Reference in a new issue