aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 43edd22d..7b3b1915 100644
--- a/Makefile
+++ b/Makefile
@@ -129,7 +129,7 @@ fuel-patches-clean:
# Add copyright header to patch files if not already present
.PHONY: patches-copyright
patches-copyright:
- grep -e "Copyright (c)" -L ${A_PATCHES} | while read p_file; do \
+ @grep -e "Copyright (c)" -L ${A_PATCHES} | while read p_file; do \
ptmp=`mktemp` && \
cat armband-patch-copyright.template $$p_file > $$ptmp && \
mv $$ptmp $$p_file; \