diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-10-31 05:05:49 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-10-31 05:09:09 -0400 |
commit | 5231e3f242247eff7866d344ac10eb66c5a30d56 (patch) | |
tree | 726d50d4f935bcce11037230b542ddba05ccb2fd /sim/rl78 | |
parent | f9bfc01578acfde8de7c5c1172732fb2a76caa95 (diff) | |
download | gdb-5231e3f242247eff7866d344ac10eb66c5a30d56.zip gdb-5231e3f242247eff7866d344ac10eb66c5a30d56.tar.gz gdb-5231e3f242247eff7866d344ac10eb66c5a30d56.tar.bz2 |
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.
Diffstat (limited to 'sim/rl78')
-rw-r--r-- | sim/rl78/Makefile.in | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sim/rl78/Makefile.in b/sim/rl78/Makefile.in index a7e5a97..257bad0 100644 --- a/sim/rl78/Makefile.in +++ b/sim/rl78/Makefile.in @@ -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 |