X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fmatita%2Ftemplate_makefile.in;h=7c5a40b31381736ce69c7cbab4f668ccf30f4be7;hb=2a12ea82de3c63b05b06e3a21e434dd56b427568;hp=726196373fc23a4567b474af8c47bd3698977716;hpb=a5ee1b153981b47cfef6ab68db916284004af2a6;p=helm.git diff --git a/helm/software/matita/template_makefile.in b/helm/software/matita/template_makefile.in index 726196373..7c5a40b31 100644 --- a/helm/software/matita/template_makefile.in +++ b/helm/software/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: