* cfg.mk (local-checks-to-skip): Enable makefile-TAB-only-indentation.
* Makefile.am: Fix only occurrence.
---
Makefile.am | 2 +-
cfg.mk | 1 -
2 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index b394afd..33a2025 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -46,7 +46,7 @@ cvs-clean:
if grep "^/$$f/" CVS/Entries > /dev/null; then \
a="b"; \
else \
- echo "F $$i/$$f"; \
+ echo "F $$i/$$f"; \
rm -f "$$pwd/$$i/$$f"; \
fi; \
fi ; \
diff --git a/cfg.mk b/cfg.mk
index 1d9e56b..085735d 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -23,7 +23,6 @@ gpg_key_ID = B9AB9A16
# Tests not to run as part of "make distcheck".
local-checks-to-skip = \
sc_m4_quote_check \
- sc_makefile_TAB_only_indentation \
sc_prohibit_strcmp \
sc_space_tab \
sc_useless_cpp_parens
--
1.6.6