add rule dependency
authorDavid Schleef <ds@schleef.org>
Fri, 31 Oct 2003 20:20:36 +0000 (20:20 +0000)
committerDavid Schleef <ds@schleef.org>
Fri, 31 Oct 2003 20:20:36 +0000 (20:20 +0000)
Original commit message from CVS:
add rule dependency

gst/parse/Makefile.am

index ffff3c86842da02b17f033ba008c09526b44f91a..8914159e7a5f26e0cb858ab2277d1d7fd05aee12 100644 (file)
@@ -21,7 +21,7 @@ noinst_HEADERS = grammar.tab.h
 grammar.tab.c grammar.tab.h: grammar.y ../gstmarshal.h
        $(BISON_PATH) -d -v -p_gst_parse__yy $(srcdir)/grammar.y -o grammar.tab.c
  
-lex._gst_parse_yy.c: parse.l
+lex._gst_parse_yy.c: parse.l grammar.tab.h
        $(FLEX_PATH) -P_gst_parse_yy $^
 
 ## this is so make install without a previous make can work, because