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:
Sebastian Dröge 2007-04-19 06:18:24 +00:00
parent 7a67f8a6bb
commit d3e8fea975
2 changed files with 7 additions and 1 deletions

View file

@ -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:

View file

@ -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