summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-01-16 12:18:46 +0100
committerAkim Demaille <demaille@gostai.com>2012-01-23 11:30:49 +0100
commit81c5003f91d828d9007eee3085b4c3859541c238 (patch)
tree33b2ec01bd9203484870a21b0b444bdbee937b22
parent792aeb0017e1a060f4bea5730cf29db4f46800ea (diff)
downloadbison-81c5003f91d828d9007eee3085b4c3859541c238.tar.gz
maint: include <config.h> first
* cfg.mk (exclude_file_name_regexp--sc_require_config_h_first): Exempt data/glr.c and data/yacc.c from the include-config.h-first requirement. (cherry picked from commit 77f114dd6e50ab39e0962f39ad9c2f2e1d347acf)
-rw-r--r--cfg.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfg.mk b/cfg.mk
index 94055842..2d4f1baf 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -55,3 +55,4 @@ update-copyright-env = \
UPDATE_COPYRIGHT_FORCE=1 UPDATE_COPYRIGHT_USE_INTERVALS=1
exclude_file_name_regexp--sc_space_tab = ^tests/(input|c\+\+)\.at$$
+exclude_file_name_regexp--sc_require_config_h_first = ^data/(glr|yacc)\.c$$