mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
Fix bison build line
Original commit message from CVS: Fix bison build line
This commit is contained in:
parent
6877e9592f
commit
e85f1bed4e
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ BUILT_SOURCES = grammar.tab.h grammar.tab.c lex._gst_parse_yy.c
|
||||||
EXTRA_DIST = grammar.y parse.l types.h
|
EXTRA_DIST = grammar.y parse.l types.h
|
||||||
|
|
||||||
grammar.tab.c grammar.tab.h: grammar.y ../gstmarshal.h
|
grammar.tab.c grammar.tab.h: grammar.y ../gstmarshal.h
|
||||||
$(BISON) $^
|
$(BISON) grammar.y
|
||||||
|
|
||||||
## this is so make install without a previous make can work, because
|
## this is so make install without a previous make can work, because
|
||||||
## this dir needs gstmarshal.h generated
|
## this dir needs gstmarshal.h generated
|
||||||
|
|
Loading…
Reference in a new issue