mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
fixing nonsrcdir builds
Original commit message from CVS: fixing nonsrcdir builds
This commit is contained in:
parent
76d31f5af1
commit
075b9aed73
1 changed files with 4 additions and 7 deletions
|
@ -13,11 +13,8 @@ BUILT_SOURCES = grammar.tab.h grammar.tab.c lex.yy.c
|
|||
|
||||
EXTRA_DIST = grammar.y parse.l types.h
|
||||
|
||||
grammar.tab.h: grammar.y
|
||||
$(BISON) grammar.y
|
||||
|
||||
grammar.tab.c: grammar.y
|
||||
$(BISON) grammar.y
|
||||
|
||||
grammar.tab.c grammar.tab.h: grammar.y
|
||||
$(BISON) $^
|
||||
|
||||
lex.yy.c: parse.l
|
||||
flex parse.l
|
||||
flex $^
|
||||
|
|
Loading…
Reference in a new issue