From 36842f65be97ba702ef574af6290bd327df64886 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 19 Jun 2021 22:23:14 -0400 Subject: [PATCH] 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. --- sim/common/ChangeLog | 4 ++++ sim/common/Make-common.in | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 4398b899566..455fe492d77 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,7 @@ +2021-06-19 Mike Frysinger + + * Make-common.in (clean): Delete BUILT_SRC_FROM_COMMON usage. + 2021-06-19 Mike Frysinger * Make-common.in (CSEARCH): Change @INCINTL@ to $(INTL_CFLAGS). diff --git a/sim/common/Make-common.in b/sim/common/Make-common.in index 80e45c76183..63a0248f3cf 100644 --- a/sim/common/Make-common.in +++ b/sim/common/Make-common.in @@ -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) -- 2.30.2