diff options
author | Mike Buland <eichlan@xagasoft.com> | 2011-11-30 19:40:31 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2011-11-30 19:40:31 +0000 |
commit | 159bb9b5d8ff281a3ea83f38e180688f6e3158b7 (patch) | |
tree | bf2de9fc17e9e225fdd3eb3433ac4e1c3582f4e4 /share/autoinclude | |
parent | 84d0c59cb9b0cc869a50df155b3fee341b28a246 (diff) | |
download | build-159bb9b5d8ff281a3ea83f38e180688f6e3158b7.tar.gz build-159bb9b5d8ff281a3ea83f38e180688f6e3158b7.tar.bz2 build-159bb9b5d8ff281a3ea83f38e180688f6e3158b7.tar.xz build-159bb9b5d8ff281a3ea83f38e180688f6e3158b7.zip |
Added a ${BISONFLAGS} token to the bison execution string in the autoinclude.
Diffstat (limited to 'share/autoinclude')
-rw-r--r-- | share/autoinclude/general-rules.bld | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
112 | profile "build" | 112 | profile "build" |
113 | { | 113 | { |
114 | BASE = INPUT.regex("\\.y", ""); | 114 | BASE = INPUT.regex("\\.y", ""); |
115 | execute("${BISON} -b${BASE} ${INPUT}"); | 115 | execute("${BISON} -b${BASE} ${BISONFLAGS} ${INPUT}"); |
116 | // if you add a -v bison will produce a .output file | 116 | // if you add a -v bison will produce a .output file |
117 | } | 117 | } |
118 | } | 118 | } |