From: Jim Meyering <[email protected]> * 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. --- ChangeLog | 5 ++++- cfg.mk | 1 + 2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog index daf4d7d..934a698 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,10 @@ 2012-01-15 Jim Meyering <[email protected]> - build: include <config.h> from lib/yyerror.c + maint: include <config.h> first * lib/yyerror.c: Include <config.h>. + * 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. maint: list djgpp/subpipe.c in po/POTFILES.in * po/POTFILES.in: Add djgpp/subpipe.c. diff --git a/cfg.mk b/cfg.mk index 9405584..2d4f1ba 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$$ -- 1.7.9.rc1.2.gccfe4
