]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
add missing ${Q}
authorAlan T. DeKok <aland@freeradius.org>
Fri, 25 Dec 2020 16:17:29 +0000 (11:17 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 25 Dec 2020 16:17:29 +0000 (11:17 -0500)
scripts/boiler.mk

index a53d6d912cb4f492f1041f49baa542c393330be8..9dbdf8f3daeaf222c6da4c937ff0077f3e1b4d72 100644 (file)
@@ -81,7 +81,7 @@ define ADD_CLEAN_RULE
     .PHONY: clean.$(notdir ${1})
     clean.$(notdir ${1}):
        $(Q)$(strip rm -f ${${1}_BUILD}/${1} $${${1}_OBJS} $${${1}_DEPS} $${${1}_OBJS:%.${OBJ_EXT}=%.[do]}) $(if ${TARGET_DIR},$${TARGET_DIR}/$(notdir ${1}))
-       $${${1}_POSTCLEAN}
+       ${Q}$${${1}_POSTCLEAN}
 
 endef