diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-03-14 07:46:54 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-03-14 07:46:54 -0400 |
commit | 41cc895fc88dc6d69253fb29ad4ad85c3c851254 (patch) | |
tree | 3052aa65d68ceb3cc82515346ae8a35e88c12ad3 /sim/mcore/Makefile.in | |
parent | c1e768db524407c25d14fe693a931af9cb6d9ad4 (diff) | |
download | binutils-41cc895fc88dc6d69253fb29ad4ad85c3c851254.zip binutils-41cc895fc88dc6d69253fb29ad4ad85c3c851254.tar.gz binutils-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/Makefile.in')
-rw-r--r-- | sim/mcore/Makefile.in | 5 |
1 files changed, 0 insertions, 5 deletions
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: |