mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
fix brian's commit
Original commit message from CVS: fix brian's commit
This commit is contained in:
parent
c6a18b92c2
commit
f4f76837fa
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ grammar.tab.c grammar.tab.h: grammar.y ../gstmarshal.h
|
|||
$(BISON_PATH) -d -v -p_gst_parse__yy $(srcdir)/grammar.y -o grammar.tab.c
|
||||
|
||||
lex._gst_parse_yy.c: parse.l grammar.tab.h
|
||||
$(FLEX_PATH) -P_gst_parse_yy parse.l
|
||||
$(FLEX_PATH) -P_gst_parse_yy $^
|
||||
|
||||
## this is so make install without a previous make can work, because
|
||||
## this dir needs gstmarshal.h generated
|
||||
|
|
Loading…
Reference in a new issue