aboutsummaryrefslogtreecommitdiff
path: root/sim/m32c/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'sim/m32c/Makefile.in')
-rw-r--r--sim/m32c/Makefile.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/sim/m32c/Makefile.in b/sim/m32c/Makefile.in
index 61db719..5584563 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
-