mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 00:45:56 +00:00
add rule dependency
Original commit message from CVS: add rule dependency
This commit is contained in:
parent
907e3e97d9
commit
f4cbe54b68
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ noinst_HEADERS = grammar.tab.h
|
|||
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
|
||||
lex._gst_parse_yy.c: parse.l grammar.tab.h
|
||||
$(FLEX_PATH) -P_gst_parse_yy $^
|
||||
|
||||
## this is so make install without a previous make can work, because
|
||||
|
|
Loading…
Reference in a new issue