aboutsummaryrefslogtreecommitdiff
path: root/sim/mcore
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-03-14 07:46:54 -0400
committerMike Frysinger <vapier@gentoo.org>2015-03-14 07:46:54 -0400
commit41cc895fc88dc6d69253fb29ad4ad85c3c851254 (patch)
tree3052aa65d68ceb3cc82515346ae8a35e88c12ad3 /sim/mcore
parentc1e768db524407c25d14fe693a931af9cb6d9ad4 (diff)
downloadfsf-binutils-gdb-41cc895fc88dc6d69253fb29ad4ad85c3c851254.zip
fsf-binutils-gdb-41cc895fc88dc6d69253fb29ad4ad85c3c851254.tar.gz
fsf-binutils-gdb-41cc895fc88dc6d69253fb29ad4ad85c3c851254.tar.bz2
sim: mcore/moxie: clean up makefiles a bit
Clean out stub targets and rules that get autogenerated.
Diffstat (limited to 'sim/mcore')
-rw-r--r--sim/mcore/ChangeLog5
-rw-r--r--sim/mcore/Makefile.in5
2 files changed, 5 insertions, 5 deletions
diff --git a/sim/mcore/ChangeLog b/sim/mcore/ChangeLog
index 5e3bf17..5d9fb6b 100644
--- a/sim/mcore/ChangeLog
+++ b/sim/mcore/ChangeLog
@@ -1,5 +1,10 @@
2015-03-14 Mike Frysinger <vapier@gentoo.org>
+ * Makefile.in (SIM_EXTRA_CLEAN): Delete.
+ (interp.o, mcore-clean): Delete rules.
+
+2015-03-14 Mike Frysinger <vapier@gentoo.org>
+
* Makefile.in (SIM_EXTRA_CFLAGS): Set to
-DSIM_USE_DEPRECATED_RUN_FRONTEND.
(SIM_RUN_OBJS): Set to run.o.
diff --git a/sim/mcore/Makefile.in b/sim/mcore/Makefile.in
index a1110b2..8fbe0d3 100644
--- a/sim/mcore/Makefile.in
+++ b/sim/mcore/Makefile.in
@@ -23,10 +23,5 @@ SIM_EXTRA_CFLAGS = -DSIM_USE_DEPRECATED_RUN_FRONTEND
SIM_OBJS = interp.o sim-load.o
SIM_EXTRA_LIBS = -lm
-SIM_EXTRA_CLEAN = mcore-clean
## COMMON_POST_CONFIG_FRAG
-
-interp.o: interp.c
-
-mcore-clean: