diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-02-26 17:02:49 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-02-26 17:02:49 +0000 |
commit | 94783aaebb68d0327df685aae7454f065767645a (patch) | |
tree | 797f96f190fc6b67975519037a400bebd2e4adcb /gst/parse | |
parent | b3885705956b3a18ab5dca21cbf83fada54d17ab (diff) |
merging from release branch
Original commit message from CVS:
merging from release branch
Diffstat (limited to 'gst/parse')
-rw-r--r-- | gst/parse/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gst/parse/Makefile.am b/gst/parse/Makefile.am index c3158f902..846855448 100644 --- a/gst/parse/Makefile.am +++ b/gst/parse/Makefile.am @@ -21,7 +21,5 @@ noinst_HEADERS = grammar.tab.h grammar.tab.c grammar.tab.h: grammar.y $(BISON_PATH) -d -v -p_gst_parse__yy $(srcdir)/grammar.y -o grammar.tab.c -parse.l : grammar.tab.h - -lex._gst_parse_yy.c: parse.l +lex._gst_parse_yy.c: parse.l grammar.tab.h $(FLEX_PATH) -P_gst_parse_yy $^ |