From f4cbe54b681cfc05b22ab262336abe57d39e7c60 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Fri, 31 Oct 2003 20:20:36 +0000 Subject: [PATCH] add rule dependency Original commit message from CVS: add rule dependency --- gst/parse/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/parse/Makefile.am b/gst/parse/Makefile.am index ffff3c8684..8914159e7a 100644 --- a/gst/parse/Makefile.am +++ b/gst/parse/Makefile.am @@ -21,7 +21,7 @@ noinst_HEADERS = grammar.tab.h grammar.tab.c grammar.tab.h: grammar.y ../gstmarshal.h $(BISON_PATH) -d -v -p_gst_parse__yy $(srcdir)/grammar.y -o grammar.tab.c -lex._gst_parse_yy.c: parse.l +lex._gst_parse_yy.c: parse.l grammar.tab.h $(FLEX_PATH) -P_gst_parse_yy $^ ## this is so make install without a previous make can work, because