summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-05-09 18:47:34 +0200
committerJim Meyering <meyering@redhat.com>2010-05-09 18:47:34 +0200
commit0f741381c4fbfdbee88885fc06de4add5089153d (patch)
treef0042ec1a12e9624059a678d8be151d4702897e8 /Makefile.am
parent6ac165922c9874246034352ee87b1e40ccfec11c (diff)
downloadcoreutils-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.am2
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 \