sim: rl78: drop obsolete manual dependency rules
authorMike Frysinger <vapier@gentoo.org>
Sun, 31 Oct 2021 09:05:49 +0000 (05:05 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sun, 31 Oct 2021 09:09:09 +0000 (05:09 -0400)
We have GNU make generate these for us automatically now, so there's
no need to manually specify any deps.

sim/rl78/Makefile.in

index a7e5a97b5d205b70debe7c46289683e54b66b697..257bad04960e01f4a0fe625de8cfabd945006002 100644 (file)
@@ -34,18 +34,3 @@ SIM_OBJS = \
        trace.o
 
 ## COMMON_POST_CONFIG_FRAG
-
-arch = rl78
-
-err.o : err.h
-fpu.o : cpu.h fpu.h
-gdb-if.o : cpu.h mem.h load.h \
-           $(srcdir)/../../include/sim/callback.h \
-          $(srcdir)/../../include/sim/sim.h \
-          $(srcdir)/../../include/gdb/signals.h \
-          $(srcdir)/../../include/gdb/sim-rl78.h
-load.o : ../../bfd/bfd.h cpu.h mem.h
-main.o : ../../bfd/bfd.h cpu.h mem.h load.h
-mem.o : mem.h cpu.h
-reg.o : cpu.h
-rl78.o : $(srcdir)/../../include/opcode/rl78.h cpu.h mem.h