build fix

Original commit message from CVS:
build fix
This commit is contained in:
Thomas Vander Stichele 2003-01-06 19:41:56 +00:00
parent 600ae587fe
commit 1615261a2f

View file

@ -13,8 +13,13 @@ BUILT_SOURCES = grammar.tab.h grammar.tab.c lex._gst_parse_yy.c
EXTRA_DIST = grammar.y parse.l types.h
grammar.tab.c grammar.tab.h: grammar.y
grammar.tab.c grammar.tab.h: grammar.y ../gstmarshal.h
$(BISON) $^
## this is so make install without a previous make can work, because
## this dir needs gstmarshal.h generated
../gstmarshal.h:
cd .. && make gstmarshal.h
lex._gst_parse_yy.c: parse.l
flex -P_gst_parse_yy $^