Change from yacc to byacc (yacc build code that generate warnings...)
This commit is contained in:
parent
0946773758
commit
36a59de862
@ -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]%"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user