diff options
author | Jim Meyering <meyering@redhat.com> | 2010-05-09 18:47:34 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2010-05-09 18:47:34 +0200 |
commit | 0f741381c4fbfdbee88885fc06de4add5089153d (patch) | |
tree | f0042ec1a12e9624059a678d8be151d4702897e8 /Makefile.am | |
parent | 6ac165922c9874246034352ee87b1e40ccfec11c (diff) | |
download | coreutils-0f741381c4fbfdbee88885fc06de4add5089153d.tar.gz coreutils-0f741381c4fbfdbee88885fc06de4add5089153d.tar.bz2 coreutils-0f741381c4fbfdbee88885fc06de4add5089153d.zip |
tests: rename a syntax-check
* cfg.mk (sc_prohibit_always-defined_macros): Rename from
sc_always_defined_macros.
* .x-sc_prohibit_always-defined_macros: New file, renamed from...
* .x-sc_always_defined_macros: ...removed.
* Makefile.am (syntax_check_exceptions): Rename here, too.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f1417a466..9fd5361d0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,12 +41,12 @@ changelog_etc = \ syntax_check_exceptions = \ .x-sc_GPL_version \ - .x-sc_always_defined_macros \ .x-sc_error_message_uppercase \ .x-sc_file_system \ .x-sc_obsolete_symbols \ .x-sc_po_check \ .x-sc_program_name \ + .x-sc_prohibit_always-defined_macros \ .x-sc_prohibit_atoi_atof \ .x-sc_prohibit_empty_lines_at_EOF \ .x-sc_prohibit_fail_0 \ |