summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2022-01-03 11:51:00 -0800
committerJim Meyering <meyering@fb.com>2022-01-03 11:51:00 -0800
commit438d6e1cf8348af6e1247d54848c0c60e90d8965 (patch)
tree123a2b81b73565d3d107bcd796d8a5e890f7bd2d
parentaec523d3a464c44a4b5693c88d42b4c09343c25d (diff)
downloaddiffutils-438d6e1cf8348af6e1247d54848c0c60e90d8965.tar.gz
maint: avoid new syntax-check failure
* cfg.mk (local-checks-to-skip): Add sc_indent, to skip it. Otherwise, "make syntax-check" would fail.
-rw-r--r--cfg.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/cfg.mk b/cfg.mk
index ae937f0..aaad588 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -24,7 +24,8 @@ manual_title = Comparing and Merging Files
# Tests not to run as part of "make distcheck".
local-checks-to-skip = \
sc_error_message_period \
- sc_error_message_uppercase
+ sc_error_message_uppercase \
+ sc_indent
# Tools used to bootstrap this package, used for "announcement".
bootstrap-tools = autoconf,automake,gnulib