From: Jim Meyering Date: Tue, 4 Aug 2009 12:03:17 +0000 (+0200) Subject: build: enable syntax-check: TAB-only indentation in Makefiles X-Git-Tag: 1.0.66~22 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=a4c544ef1282b2ac73ce43885bd7a9691958958e;p=libguestfs.git build: enable syntax-check: TAB-only indentation in Makefiles * cfg.mk (disable_temporarily): Remove sc_makefile_TAB_only_indentation. --- diff --git a/cfg.mk b/cfg.mk index c672e4d..c43185c 100644 --- 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 \