Change from yacc to byacc (yacc build code that generate warnings...)

This commit is contained in:
Manoel Trapier 2013-03-11 16:09:25 +01:00 committed by Manoël Trapier
parent 0946773758
commit 36a59de862

View File

@ -3,7 +3,7 @@ yacc = simple {
outputs = {"%U%/%I%.c"}, outputs = {"%U%/%I%.c"},
command = { command = {
"yacc -t -b %out[1]:dirname%/y -d %in%", "byacc -t -b %out[1]:dirname%/y -d %in%",
"mv %out[1]:dirname%/y.tab.c %out[1]%" "mv %out[1]:dirname%/y.tab.c %out[1]%"
} }
} }