mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
Remove bison/flex dependency
svn path=/trunk/; revision=13716
This commit is contained in:
parent
d041e45119
commit
ee72d4c019
1 changed files with 4 additions and 4 deletions
|
@ -63,10 +63,10 @@ YACCOPT = #-v
|
|||
# Optional use of flex and bison, this will allow independent building from
|
||||
# Wine.
|
||||
#
|
||||
y.tab.c y.tab.h: parser.y
|
||||
bison $(YACCOPT) -d -o y.tab.c parser.y
|
||||
#y.tab.c y.tab.h: parser.y
|
||||
# bison $(YACCOPT) -d -o y.tab.c parser.y
|
||||
#
|
||||
lex.yy.c: parser.l y.tab.h
|
||||
flex $(LEXOPT) -d -8 -olex.yy.c parser.l
|
||||
#lex.yy.c: parser.l y.tab.h
|
||||
# flex $(LEXOPT) -d -8 -olex.yy.c parser.l
|
||||
|
||||
# EOF
|
||||
|
|
Loading…
Reference in a new issue