summaryrefslogtreecommitdiff
path: root/gst/parse
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-02-26 17:02:49 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-02-26 17:02:49 +0000
commit94783aaebb68d0327df685aae7454f065767645a (patch)
tree797f96f190fc6b67975519037a400bebd2e4adcb /gst/parse
parentb3885705956b3a18ab5dca21cbf83fada54d17ab (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.am4
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 $^