mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 22:01:27 +00:00
fix make in gst/parse
Original commit message from CVS: fix make in gst/parse
This commit is contained in:
parent
b96dde3be0
commit
245db60f71
2 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
|||
2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* gst/parse/Makefile.am:
|
||||
fix dependency so that a make from a clean build works the first
|
||||
time
|
||||
|
||||
2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* docs/random/release:
|
||||
|
|
|
@ -21,7 +21,5 @@ noinst_HEADERS = grammar.tab.h
|
|||
grammar.tab.c grammar.tab.h: grammar.y
|
||||
$(BISON_PATH) -d -v -p_gst_parse__yy $(srcdir)/grammar.y -o grammar.tab.c
|
||||
|
||||
parse.l : grammar.tab.h
|
||||
|
||||
lex._gst_parse_yy.c: parse.l
|
||||
lex._gst_parse_yy.c: parse.l grammar.tab.h
|
||||
$(FLEX_PATH) -P_gst_parse_yy $^
|
||||
|
|
Loading…
Reference in a new issue