Skip to content

Commit 5231e3f

Browse files
committed
sim: rl78: drop obsolete manual dependency rules
We have GNU make generate these for us automatically now, so there's no need to manually specify any deps.
1 parent f9bfc01 commit 5231e3f

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

sim/rl78/Makefile.in

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,3 @@ SIM_OBJS = \
3434
trace.o
3535

3636
## COMMON_POST_CONFIG_FRAG
37-
38-
arch = rl78
39-
40-
err.o : err.h
41-
fpu.o : cpu.h fpu.h
42-
gdb-if.o : cpu.h mem.h load.h \
43-
$(srcdir)/../../include/sim/callback.h \
44-
$(srcdir)/../../include/sim/sim.h \
45-
$(srcdir)/../../include/gdb/signals.h \
46-
$(srcdir)/../../include/gdb/sim-rl78.h
47-
load.o : ../../bfd/bfd.h cpu.h mem.h
48-
main.o : ../../bfd/bfd.h cpu.h mem.h load.h
49-
mem.o : mem.h cpu.h
50-
reg.o : cpu.h
51-
rl78.o : $(srcdir)/../../include/opcode/rl78.h cpu.h mem.h

0 commit comments

Comments
 (0)