sim: drop old BUILT_SRC_FROM_COMMON ref

The code that set & used this variable was deleted long ago,
but the clean target was missed.  Clean that up now.
This commit is contained in:
Mike Frysinger
2021-06-19 22:23:14 -04:00
parent 89ee1c2f6e
commit 36842f65be
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2021-06-19 Mike Frysinger <vapier@gentoo.org>
* Make-common.in (clean): Delete BUILT_SRC_FROM_COMMON usage.
2021-06-19 Mike Frysinger <vapier@gentoo.org>
* Make-common.in (CSEARCH): Change @INCINTL@ to $(INTL_CFLAGS).

View File

@ -518,9 +518,6 @@ mostlyclean clean: $(SIM_EXTRA_CLEAN)
rm -f hw-config.h stamp-hw
rm -f modules.c stamp-modules
rm -f gentmap targ-map.c targ-vals.h stamp-tvals
if [ ! -f Make-common.in ] ; then \
rm -f $(BUILT_SRC_FROM_COMMON) ; \
fi
rm -f tmp-mloop.hin tmp-mloop.h tmp-mloop.cin tmp-mloop.c
distclean maintainer-clean realclean: clean $(SIM_EXTRA_DISTCLEAN)