OSDN Git Service

build: enable "make syntax-check" rule to prohibit trailing spaces
authorJim Meyering <meyering@redhat.com>
Thu, 5 Mar 2009 19:45:19 +0000 (20:45 +0100)
committerJim Meyering <meyering@redhat.com>
Thu, 5 Mar 2009 19:46:16 +0000 (20:46 +0100)
* cfg.mk (local-checks-to-skip): Remove sc_trailing_blank.

cfg.mk

diff --git a/cfg.mk b/cfg.mk
index c683451..4edfd2b 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -1,5 +1,5 @@
 # Customize maint.mk                           -*- makefile -*-
-# Copyright (C) 2003-2008 Free Software Foundation, Inc.
+# Copyright (C) 2003-2009 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -39,7 +39,6 @@ local-checks-to-skip = \
   sc_system_h_headers \
   sc_space_tab \
   sc_tight_scope \
-  sc_trailing_blank \
   sc_useless_cpp_parens \
   changelog-check \
   strftime-check \