this fixes the patch in #101421 for make distcheck (bison generation)

Original commit message from CVS:
this fixes the patch in #101421 for make distcheck (bison generation)
This commit is contained in:
Thomas Vander Stichele 2003-04-13 14:37:46 +00:00
parent 04cd7ede0f
commit 63bb1b8202
2 changed files with 2 additions and 2 deletions

2
common

@ -1 +1 @@
Subproject commit 50879a63c4fa8f2544d4d89a9dbfa0f5720c3266
Subproject commit 0ce4bbf0bc51c08694a8a1e0bec7624094b043d6

View file

@ -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 $^