gst/parse/Makefile.am: Add correct grammar.tab.h dependency if compiling without...
authorSebastian Dröge <slomo@circular-chaos.org>
Thu, 19 Apr 2007 06:18:24 +0000 (06:18 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Thu, 19 Apr 2007 06:18:24 +0000 (06:18 +0000)
Original commit message from CVS:
* gst/parse/Makefile.am:
Add correct grammar.tab.h dependency if compiling without new enough
flex. Fixes #431150.

ChangeLog
gst/parse/Makefile.am

index e6219a4..765705e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
index 8c5d4f4..5b1c9b6 100644 (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