sim: m32c: drop redundant dependency info
authorMike Frysinger <vapier@gentoo.org>
Mon, 9 Nov 2015 05:14:26 +0000 (00:14 -0500)
committerMike Frysinger <vapier@gentoo.org>
Tue, 10 Nov 2015 05:09:58 +0000 (00:09 -0500)
sim/m32c/ChangeLog
sim/m32c/Makefile.in

index e8e162450d46f27a8c80e75564b3b9411b129ad2..582d8dd3522f93297796fe8bfa8e5e083a9f01ec 100644 (file)
@@ -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
index 61db719cd0d7c5aa1b4439d1b251d45922ad4a72..5584563d6633fabdc486454dcdbd01eba1223982 100644 (file)
@@ -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
-
This page took 0.02691 seconds and 4 git commands to generate.