public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] sim: cr16/d10v: restore generated headers dep
@ 2015-03-31  6:05 Mike Frysinger
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger @ 2015-03-31  6:05 UTC (permalink / raw)
  To: gdb-patches

While cleaning up stale make rules, one too many were deleted.  The
build system autogenerates static rules, but not generated files.

Committed.
---
 sim/cr16/ChangeLog   | 4 ++++
 sim/cr16/Makefile.in | 2 ++
 sim/d10v/ChangeLog   | 4 ++++
 sim/d10v/Makefile.in | 2 ++
 4 files changed, 12 insertions(+)

diff --git a/sim/cr16/ChangeLog b/sim/cr16/ChangeLog
index 42e1abe..0aaa479 100644
--- a/sim/cr16/ChangeLog
+++ b/sim/cr16/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-31  Mike Frysinger  <vapier@gentoo.org>
+
+	* Makefile.in (simops.o): New rule.
+
 2015-03-29  Mike Frysinger  <vapier@gentoo.org>
 
 	* cr16_sim.h (text, text_start, text_end, prog_bfd): Delete.
diff --git a/sim/cr16/Makefile.in b/sim/cr16/Makefile.in
index 3798fc7..04aaca4 100644
--- a/sim/cr16/Makefile.in
+++ b/sim/cr16/Makefile.in
@@ -36,6 +36,8 @@ NL_TARGET = -DNL_TARGET_cr16
 
 ## COMMON_POST_CONFIG_FRAG
 
+simops.o: simops.h
+
 simops.h: gencode
 	./gencode -h >$@
 
diff --git a/sim/d10v/ChangeLog b/sim/d10v/ChangeLog
index 1808502..06e956d 100644
--- a/sim/d10v/ChangeLog
+++ b/sim/d10v/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-31  Mike Frysinger  <vapier@gentoo.org>
+
+	* Makefile.in (simops.o): New rule.
+
 2015-03-30  Mike Frysinger  <vapier@gentoo.org>
 
 	* d10v_sim.h (text, text_start, text_end, prog_bfd): Delete.
diff --git a/sim/d10v/Makefile.in b/sim/d10v/Makefile.in
index 75b69c3..faa1286 100644
--- a/sim/d10v/Makefile.in
+++ b/sim/d10v/Makefile.in
@@ -36,6 +36,8 @@ NL_TARGET = -DNL_TARGET_d10v
 
 ## COMMON_POST_CONFIG_FRAG
 
+simops.o: simops.h
+
 simops.h: gencode
 	./gencode -h >$@
 
-- 
2.3.4

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

only message in thread, other threads:[~2015-03-31  6:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-31  6:05 [PATCH] sim: cr16/d10v: restore generated headers dep 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).