X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2Ftemplate_makefile.in;h=8cbef1fd193a85cc08f35047dfcd3c9ebc831679;hb=546b8519396c265560a7d1e72d5c716648000987;hp=5ae1165bbbc17666f80a5bfd17232b00e300edee;hpb=56187138970c77cf6b219224c0dc510fa786e7cd;p=helm.git diff --git a/helm/matita/template_makefile.in b/helm/matita/template_makefile.in index 5ae1165bb..8cbef1fd1 100644 --- a/helm/matita/template_makefile.in +++ b/helm/matita/template_makefile.in @@ -21,7 +21,7 @@ clean: ($(MATITAC) $(MATITA_FLAGS) -q -I @ROOT@ $< | (grep -v "^make" || true)) @DEPFILE@ : $(SRC) - $(MATITADEP) $(MATITA_FLAGS) -I '@ROOT@' $^ 1> @DEPFILE@ 2>/dev/null + $(MATITADEP) $(MATITA_FLAGS) -I '@ROOT@' $^ 1> @DEPFILE@ # this is the depend for full targets like: # dir/dir/name.moo: dir/dir/name.ma dir/dep.moo