public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] sim: rl78: drop obsolete manual dependency rules
@ 2021-10-31  9:09 Mike Frysinger
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger @ 2021-10-31  9:09 UTC (permalink / raw)
  To: gdb-patches

We have GNU make generate these for us automatically now, so there's
no need to manually specify any deps.
---
 sim/rl78/Makefile.in | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/sim/rl78/Makefile.in b/sim/rl78/Makefile.in
index a7e5a97b5d20..257bad04960e 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
-- 
2.33.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-31  9:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-31  9:09 [PATCH] sim: rl78: drop obsolete manual dependency rules Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).