Makefile: introduce $(BISON).

* src/local.mk (BISON): New.
	(YACC): Use it.
This commit is contained in:
Akim Demaille
2009-04-05 22:13:06 +02:00
parent bc0f573730
commit 76bf510242
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
2009-04-06 Akim Demaille <demaille@gostai.com>
Makefile: introduce $(BISON).
* src/local.mk (BISON): New.
(YACC): Use it.
2009-04-06 Akim Demaille <demaille@gostai.com>
parser: handle %locations as %define locations.