]> granicus.if.org Git - graphviz/commitdiff
another ocaml make rule dependency
authorellson <devnull@localhost>
Wed, 7 Nov 2007 16:08:15 +0000 (16:08 +0000)
committerellson <devnull@localhost>
Wed, 7 Nov 2007 16:08:15 +0000 (16:08 +0000)
tclpkg/gv/Makefile.am

index 4413804659079780c57a39419c6e019cd1587d88..27578adecb70d4d27367efa9d16da0f7ce4bd666 100644 (file)
@@ -84,7 +84,7 @@ swig.cmi: swig.mli
        ocamlc -c swig.mli
 swig.cmo: swig.ml swig.cmi
        ocamlc -c swig.ml
-gv.cmi: gv.mli 
+gv.cmi: gv.mli swig.cmi
        ocamlc -c gv.mli
 gv.cmo: gv.ml gv.cmi
        ocamlc -c gv.ml