there might be a day that it doesn't take me twice to get it right

Original commit message from CVS:
there might be a day that it doesn't take me twice to get it right
This commit is contained in:
Thomas Vander Stichele 2003-01-21 22:58:04 +00:00
parent 42381fcb94
commit 3c7944ed35

View file

@ -14,7 +14,7 @@ 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 ../gstmarshal.h
$(BISON) $(src_dir)/grammar.y
$(BISON) $(srcdir)/grammar.y
## this is so make install without a previous make can work, because
## this dir needs gstmarshal.h generated