build: enable syntax-check: TAB-only indentation in Makefiles
authorJim Meyering <meyering@redhat.com>
Tue, 4 Aug 2009 12:03:17 +0000 (14:03 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 4 Aug 2009 12:47:09 +0000 (14:47 +0200)
* cfg.mk (disable_temporarily): Remove sc_makefile_TAB_only_indentation.

cfg.mk

diff --git a/cfg.mk b/cfg.mk
index c672e4d..c43185c 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -63,7 +63,6 @@ local-checks-to-skip =                        \
   sc_useless_cpp_parens
 
 disable_temporarily =                  \
-  sc_makefile_TAB_only_indentation     \
   sc_unmarked_diagnostics              \
   sc_prohibit_ctype_h                  \
   sc_prohibit_asprintf                 \