From: David Schleef Date: Fri, 10 Jan 2003 21:24:36 +0000 (+0000) Subject: Fix bison build line X-Git-Tag: BRANCH-RELEASE-0_5_2-ROOT~59 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e85f1bed4efe3794277f88ab9808c82af7210342;p=platform%2Fupstream%2Fgstreamer.git Fix bison build line Original commit message from CVS: Fix bison build line --- diff --git a/gst/parse/Makefile.am b/gst/parse/Makefile.am index 012cf50..f4644dc 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) $^ + $(BISON) grammar.y ## this is so make install without a previous make can work, because ## this dir needs gstmarshal.h generated