From: Jim Meyering Date: Mon, 16 Jan 2012 11:18:46 +0000 (+0100) Subject: maint: include first X-Git-Tag: v2.5.1_rc2~129 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/81c5003f91d828d9007eee3085b4c3859541c238 maint: include 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) --- 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$$