From d3e8fea975ab24879729ccd6c862d5c84fad9537 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 19 Apr 2007 06:18:24 +0000 Subject: [PATCH] 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. --- ChangeLog | 6 ++++++ gst/parse/Makefile.am | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e6219a4..765705e 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 8c5d4f4..5b1c9b6 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 -- 2.7.4