X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Ftemplate_makefile.in;h=7c5a40b31381736ce69c7cbab4f668ccf30f4be7;hb=1b1a0b78ea59c7f0fe2bf7ffda4a5cda260add35;hp=726196373fc23a4567b474af8c47bd3698977716;hpb=d3743c95bc18632db962f3961b9a0ab2bb9a90b2;p=helm.git diff --git a/matita/template_makefile.in b/matita/template_makefile.in index 726196373..7c5a40b31 100644 --- a/matita/template_makefile.in +++ b/matita/template_makefile.in @@ -26,7 +26,8 @@ clean: fi @DEPFILE@ : $(SRC) - $(MATITADEP) $(MATITA_FLAGS) -I '@ROOT@' $^ 1> @DEPFILE@ 2>@DEPFILE@.errors \ + $(MATITADEP) $(MATITA_FLAGS) -I '@ROOT@' -dot @DEPFILE@.dot $^ \ + 1> @DEPFILE@ 2>@DEPFILE@.errors \ || (echo;cat @DEPFILE@.errors;echo;rm @DEPFILE@;false) # this is the depend for full targets like: