From: ellson Date: Tue, 2 May 2006 21:51:11 +0000 (+0000) Subject: attempt to fix Makefile race condition (Bug #938) X-Git-Tag: LAST_LIBGRAPH~32^2~6640 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f12493ed2d52e070f987be333e7c566e9827300;p=graphviz attempt to fix Makefile race condition (Bug #938) --- diff --git a/cmd/lefty/dot2l/Makefile.am b/cmd/lefty/dot2l/Makefile.am index 59de0d74c..af7fdcaa8 100644 --- a/cmd/lefty/dot2l/Makefile.am +++ b/cmd/lefty/dot2l/Makefile.am @@ -12,7 +12,11 @@ endif libdot2l_la_SOURCES = dot2l.c dotlex.c dotparse.y dottrie.c -dotlex.o dotlex.lo : dotparse.h +libdot2l_la_DEPENDENCIES = \ + dotparse.h \ + dotparse.c + +dotlex.o dotlex.lo : dotparse.h dotparse.c dotparse.c : y.output cat < y.tab.c > dotparse.c