From 159bb9b5d8ff281a3ea83f38e180688f6e3158b7 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 30 Nov 2011 19:40:31 +0000 Subject: Added a ${BISONFLAGS} token to the bison execution string in the autoinclude. --- share/autoinclude/general-rules.bld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/autoinclude/general-rules.bld b/share/autoinclude/general-rules.bld index d568e11..cdc2d40 100644 --- a/share/autoinclude/general-rules.bld +++ b/share/autoinclude/general-rules.bld @@ -112,7 +112,7 @@ rule "bison" profile "build" { BASE = INPUT.regex("\\.y", ""); - execute("${BISON} -b${BASE} ${INPUT}"); + execute("${BISON} -b${BASE} ${BISONFLAGS} ${INPUT}"); // if you add a -v bison will produce a .output file } } -- cgit v1.2.3