]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
sim: drop old BUILT_SRC_FROM_COMMON ref
authorMike Frysinger <vapier@gentoo.org>
Sun, 20 Jun 2021 02:23:14 +0000 (22:23 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sun, 20 Jun 2021 02:24:03 +0000 (22:24 -0400)
The code that set & used this variable was deleted long ago,
but the clean target was missed.  Clean that up now.

sim/common/ChangeLog
sim/common/Make-common.in

index 4398b8995664b3bee359859028199462cbbafdae..455fe492d7706e958d61f0ec1664b18264fa6ea4 100644 (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).
index 80e45c7618306f4e29b8262d0fa135b3b9c3a730..63a0248f3cfb18ebb1fe12bae45a32e20ef109f9 100644 (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)