summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2003-01-22 14:35:39 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2003-01-22 14:35:39 +0000
commit879207e81f4304ff2a7ea8f9084e459ebdb97619 (patch)
treed289b2b55922efa0bf62292dbfa4af6f492293a1
parentab18dbcb9a80e80b692216269f7e3783532c16eb (diff)
downloadgstreamer-879207e81f4304ff2a7ea8f9084e459ebdb97619.tar.gz
ok ok ok
Original commit message from CVS: ok ok ok
-rw-r--r--gst/parse/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/parse/Makefile.am b/gst/parse/Makefile.am
index f4644dc0a3..7f255f7238 100644
--- a/gst/parse/Makefile.am
+++ b/gst/parse/Makefile.am
@@ -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) grammar.y
+ $(BISON) $(srcdir)/grammar.y
## this is so make install without a previous make can work, because
## this dir needs gstmarshal.h generated