]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/template_makefile.in
Big commit to let Ferruccio try the merge_coercion patch.
[helm.git] / helm / matita / template_makefile.in
index 5ae1165bbbc17666f80a5bfd17232b00e300edee..8cbef1fd193a85cc08f35047dfcd3c9ebc831679 100644 (file)
@@ -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