summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2011-10-24 18:29:45 +0700
committerGary V. Vaughan <gary@gnu.org>2011-11-17 19:21:07 +0700
commitbaf75223ff46efda8c86ae7fce05d3e77481c498 (patch)
tree0850aedc3903d0b18e0cbdbcfc6858d8e4426ac0 /cfg.mk
parent407cea5ebb78f144193f8d63716bb8ba8078b21a (diff)
downloadlibtool-baf75223ff46efda8c86ae7fce05d3e77481c498.tar.gz
syntax-check: fix violations and re-enable sc_prohibit_empty_lines_at_EOF.
* cfg.mk (local-checks-to-fix): Remove sc_prohibit_empty_lines_at_EOF from list of disabled checks. * THANKS, libltdl/argz.c, libltdl/config/getopt.m4sh, tests/f77demo/README, tests/f77demo/cprogram.c, tests/f77demo/fprogram.f, tests/fcdemo/README, tests/fcdemo/cprogram.c, tests/libtoolize.at, tests/mdemo/README, tests/mdemo2/README, tests/pdemo-inst.test: Remove spurious empty lines from the end of these files. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/cfg.mk b/cfg.mk
index e2568ee1..bd0b4ad8 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -40,7 +40,6 @@ VC_LIST_ALWAYS_EXCLUDE_REGEX = ^mail/
local-checks-to-fix = \
sc_prohibit_always-defined_macros \
sc_prohibit_always_true_header_tests \
- sc_prohibit_empty_lines_at_EOF \
sc_prohibit_have_config_h \
sc_prohibit_magic_number_exit \
sc_prohibit_stddef_without_use \