mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 13:27:26 +08:00
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:
@ -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>
|
2021-06-19 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* Make-common.in (CSEARCH): Change @INCINTL@ to $(INTL_CFLAGS).
|
* Make-common.in (CSEARCH): Change @INCINTL@ to $(INTL_CFLAGS).
|
||||||
|
@ -518,9 +518,6 @@ mostlyclean clean: $(SIM_EXTRA_CLEAN)
|
|||||||
rm -f hw-config.h stamp-hw
|
rm -f hw-config.h stamp-hw
|
||||||
rm -f modules.c stamp-modules
|
rm -f modules.c stamp-modules
|
||||||
rm -f gentmap targ-map.c targ-vals.h stamp-tvals
|
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
|
rm -f tmp-mloop.hin tmp-mloop.h tmp-mloop.cin tmp-mloop.c
|
||||||
|
|
||||||
distclean maintainer-clean realclean: clean $(SIM_EXTRA_DISTCLEAN)
|
distclean maintainer-clean realclean: clean $(SIM_EXTRA_DISTCLEAN)
|
||||||
|
Reference in New Issue
Block a user