gst/parse/Makefile.am: And now fix the building of the flex sources. Now everything should work as expected.

Original commit message from CVS:
* gst/parse/Makefile.am:
And now fix the building of the flex sources. Now everything should
work as expected.
This commit is contained in:
Sebastian Dröge 2007-04-19 14:23:25 +00:00
parent 3215ad20c3
commit 4df2c01e88
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2007-04-19 Sebastian Dröge <slomo@circular-chaos.org>
* gst/parse/Makefile.am:
And now fix the building of the flex sources. Now everything should
work as expected.
2007-04-19 Sebastian Dröge <slomo@circular-chaos.org>
* gst/parse/Makefile.am:

View file

@ -45,7 +45,7 @@ endif
lex._gst_parse_yy.pre.c: parse.l grammar.tab.pre.h
if GENERATE_PARSER
$(FLEX_PATH) -P_gst_parse_yy lex._gst_parse_yy.c && \
$(FLEX_PATH) -P_gst_parse_yy $^ && \
mv lex._gst_parse_yy.c lex._gst_parse_yy_tmp.c && \
echo '#ifdef HAVE_CONFIG_H' > lex._gst_parse_yy_tmp2.c && \
echo '#include <config.h>' >> lex._gst_parse_yy_tmp2.c && \
@ -78,7 +78,7 @@ endif
if GENERATE_PARSER
lex._gst_parse_yy.c: parse.l grammar.tab.h
$(FLEX_PATH) -P_gst_parse_yy lex._gst_parse_yy.c && \
$(FLEX_PATH) -P_gst_parse_yy $^ && \
mv lex._gst_parse_yy.c lex._gst_parse_yy_tmp.c && \
echo '#ifdef HAVE_CONFIG_H' > lex._gst_parse_yy_tmp2.c && \
echo '#include <config.h>' >> lex._gst_parse_yy_tmp2.c && \