]> granicus.if.org Git - graphviz/commitdiff
Parallel make race condition. Patch from:
authorellson <devnull@localhost>
Mon, 8 May 2006 15:03:43 +0000 (15:03 +0000)
committerellson <devnull@localhost>
Mon, 8 May 2006 15:03:43 +0000 (15:03 +0000)
Horst Schirmeier <horst@schirmeier.com>

lib/graph/Makefile.am

index 64c78466ac5eae2e480fc50b9c6b441ed257d635..157bf6a4054cd433c175cf1d5917cd02e77d2f22 100644 (file)
@@ -24,7 +24,7 @@ libgraph_la_SOURCES = attribs.c agxbuf.c edge.c graph.c graphio.c lexer.c \
  
 libgraph_la_LIBADD = $(top_builddir)/lib/cdt/libcdt.la
 
-lexer.o lexer.lo: parser.h
+lexer.o lexer.lo trie.o trie.lo: parser.h
 
 parser.c: y.output
        @SED@ "s/yy/ag/g" < y.tab.c > parser.c