Installed in maint.
From dc584206f9803feea502fe99071c38bb4d00cd60 Mon Sep 17 00:00:00 2001
From: Akim Demaille <[email protected]>
Date: Tue, 8 May 2012 11:01:18 +0200
Subject: [PATCH 2/3] maint: shush a syntax-check.
* cfg.mk: lib/timevar is not planned to be gnulib'ed, as it comes
from GCC.
---
cfg.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/cfg.mk b/cfg.mk
index b21383e..a208fe9 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -62,6 +62,7 @@ $(call exclude,
\
bindtextdomain=^lib/main.c$$ \
program_name=^lib/main.c$$ \
prohibit_always-defined_macros=^data/yacc.c|^djgpp/ \
+ prohibit_always-defined_macros+=?|^lib/timevar.c$$ \
prohibit_always-defined_macros+=?|^src/(parse-gram.c|system.h)$$ \
prohibit_always-defined_macros+=?|^tests/regression.at$$ \
prohibit_empty_lines_at_EOF=^src/parse-gram.[ch]$$ \
--
1.7.10.1