The code that set & used this variable was deleted long ago,
but the clean target was missed. Clean that up now.
+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).
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)