From 42381fcb9461e6538b3bfa94daaf7fcc9d483da2 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 21 Jan 2003 22:53:54 +0000 Subject: [PATCH] damn Original commit message from CVS: damn --- gst/parse/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/parse/Makefile.am b/gst/parse/Makefile.am index f4644dc0a3..5947e797a0 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) $(src_dir)/grammar.y ## this is so make install without a previous make can work, because ## this dir needs gstmarshal.h generated