mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-22 02:57:51 +00:00
Enable bison to be customized
This commit is contained in:
parent
b16ed78b43
commit
fff6f00b3c
3 changed files with 3 additions and 2 deletions
|
@ -5,7 +5,7 @@ GENFILES += frontends/ilang/ilang_parser.output
|
|||
GENFILES += frontends/ilang/ilang_lexer.cc
|
||||
|
||||
frontends/ilang/ilang_parser.tab.cc: frontends/ilang/ilang_parser.y
|
||||
$(P) bison -d -r all -b frontends/ilang/ilang_parser frontends/ilang/ilang_parser.y
|
||||
$(P) $(BISON) -d -r all -b frontends/ilang/ilang_parser frontends/ilang/ilang_parser.y
|
||||
$(Q) mv frontends/ilang/ilang_parser.tab.c frontends/ilang/ilang_parser.tab.cc
|
||||
|
||||
frontends/ilang/ilang_parser.tab.h: frontends/ilang/ilang_parser.tab.cc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue