From f7c80738f70b991050aec905f5aaca6b04a1ee76 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 13 Aug 2003 11:07:26 +0000 Subject: [PATCH] build fix Original commit message from CVS: build fix --- 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 a2516b2..521c801 100644 --- a/gst/parse/Makefile.am +++ b/gst/parse/Makefile.am @@ -13,7 +13,7 @@ libgstparse_la_LIBADD = $(LIBGST_LIBS) 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 + $(BISON_PATH) -d -v -p_gst_parse__yy $(srcdir)/grammar.y -o grammar.tab.c lex._gst_parse_yy.c: parse.l $(FLEX_PATH) -P_gst_parse_yy $^ -- 2.7.4