summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 398b14a10a..df1038ffc6 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,8 @@ sc_pragma_columns:
# Verify that certain (for now, only Jim Meyering's) lib/**.c files
# are consistently cpp indented.
sc_cpp_indent_check:
- ./gnulib-tool --extract-filelist $$(cd modules; grep -ilr meyering .) \
+ ./gnulib-tool --extract-filelist \
+ $$(cd modules; grep -ilrE '(meyering|blake)' .) \
| sort -u \
| grep 'lib/.*\.c$$' \
| grep -v '/getloadavg\.c$$' \