From: Alan T. DeKok Date: Fri, 9 Dec 2022 16:17:05 +0000 (-0500) Subject: don't remove the .d file, it's an output file X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80494b1b5af24126f82da3efe07dd4341c4d354d;p=thirdparty%2Ffreeradius-server.git don't remove the .d file, it's an output file which is needed by the target rule --- diff --git a/scripts/boiler.mk b/scripts/boiler.mk index b213fe5f471..7f69fbafc5c 100644 --- a/scripts/boiler.mk +++ b/scripts/boiler.mk @@ -159,7 +159,6 @@ define FILTER_DEPENDS -e 's/$$$$/ :/' \ < $${BUILD_DIR}/objs/$$*.d | sed -e '$$$$!N; /^\(.*\)\n\1$$$$/!P; D' \ >> $${BUILD_DIR}/make/src/$$*.mk - @rm -f $${BUILD_DIR}/objs/$$*.d endef # ADD_OBJECT_RULE - Parameterized "function" that adds a pattern rule, using