mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
gst/parse/Makefile.am: Add correct grammar.tab.h dependency if compiling without new enough flex. Fixes #431150.
Original commit message from CVS: * gst/parse/Makefile.am: Add correct grammar.tab.h dependency if compiling without new enough flex. Fixes #431150.
This commit is contained in:
parent
7a67f8a6bb
commit
d3e8fea975
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2007-04-19 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* gst/parse/Makefile.am:
|
||||
Add correct grammar.tab.h dependency if compiling without new enough
|
||||
flex. Fixes #431150.
|
||||
|
||||
2007-04-18 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* gst/parse/Makefile.am:
|
||||
|
|
|
@ -87,7 +87,7 @@ lex._gst_parse_yy.c: parse.l grammar.tab.h
|
|||
rm lex._gst_parse_yy_tmp.c && \
|
||||
mv lex._gst_parse_yy_tmp2.c lex._gst_parse_yy.c
|
||||
else
|
||||
lex._gst_parse_yy.c: lex._gst_parse_yy.pre.c
|
||||
lex._gst_parse_yy.c: lex._gst_parse_yy.pre.c grammar.tab.h
|
||||
cp $(srcdir)/lex._gst_parse_yy.pre.c lex._gst_parse_yy.c
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue