From 9b4888d5161e540f2f60f1c537cc66577094eac1 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 9 Nov 2015 00:14:26 -0500 Subject: [PATCH] sim: m32c: drop redundant dependency info --- sim/m32c/ChangeLog | 4 ++++ sim/m32c/Makefile.in | 13 ------------- 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/sim/m32c/ChangeLog b/sim/m32c/ChangeLog index e8e162450d4..582d8dd3522 100644 --- a/sim/m32c/ChangeLog +++ b/sim/m32c/ChangeLog @@ -1,3 +1,7 @@ +2015-11-09 Mike Frysinger + + * Makefile.in: Delete redundant dependency info. + 2015-08-05 Nick Clifton * gdb-if.c (sim_info): Stub function to allow GDB to be built diff --git a/sim/m32c/Makefile.in b/sim/m32c/Makefile.in index 61db719cd0d..5584563d663 100644 --- a/sim/m32c/Makefile.in +++ b/sim/m32c/Makefile.in @@ -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 - -- 2.30.2