]> granicus.if.org Git - graphviz/commitdiff
attempt to fix Makefile race condition (Bug #938)
authorellson <devnull@localhost>
Tue, 2 May 2006 21:51:11 +0000 (21:51 +0000)
committerellson <devnull@localhost>
Tue, 2 May 2006 21:51:11 +0000 (21:51 +0000)
cmd/lefty/dot2l/Makefile.am

index 59de0d74ccc87cb72f403e94bb7dd30bc20c9dc7..af7fdcaa810f835f3f1d313099ed1f8d8895c888 100644 (file)
@@ -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