summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.clean2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.clean b/scripts/Makefile.clean
index fa809a7e88ad..d7bb2dfb88d8 100644
--- a/scripts/Makefile.clean
+++ b/scripts/Makefile.clean
@@ -32,7 +32,7 @@ ifneq ($(strip $(__clean-files) $(clean-rule)),)
rm -f $(__clean-files)
$(clean-rule)
else
- @/bin/true
+ @:
endif
.PHONY: $(subdir-ymn)