Fix bison build line
authorDavid Schleef <ds@schleef.org>
Fri, 10 Jan 2003 21:24:36 +0000 (21:24 +0000)
committerDavid Schleef <ds@schleef.org>
Fri, 10 Jan 2003 21:24:36 +0000 (21:24 +0000)
Original commit message from CVS:
Fix bison build line

gst/parse/Makefile.am

index 012cf50..f4644dc 100644 (file)
@@ -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