diff --git a/ChangeLog b/ChangeLog index e6219a42fd..765705ecb4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-04-19 Sebastian Dröge + + * gst/parse/Makefile.am: + Add correct grammar.tab.h dependency if compiling without new enough + flex. Fixes #431150. + 2007-04-18 Sebastian Dröge * gst/parse/Makefile.am: diff --git a/gst/parse/Makefile.am b/gst/parse/Makefile.am index 8c5d4f4f22..5b1c9b668a 100644 --- a/gst/parse/Makefile.am +++ b/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