X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fmatita%2FMakefile.in;h=9b26d4d08bf61cc51d49113af961b9adc04654c0;hb=3ea21b6d721c759876aa53385b421cb1412e11f5;hp=648a7fbf65a79bceedcd24cad7db71a11d13138c;hpb=76a45dfa7d4a7708797930f8c9025f63a66910cb;p=helm.git diff --git a/helm/matita/Makefile.in b/helm/matita/Makefile.in index 648a7fbf6..9b26d4d08 100644 --- a/helm/matita/Makefile.in +++ b/helm/matita/Makefile.in @@ -1,4 +1,4 @@ - +MAKEFLAGS+=--no-print-directory OCAMLPATH = ../ocaml/METAS/ OCAMLFIND = OCAMLPATH=$(OCAMLPATH):$$OCAMLPATH @OCAMLFIND@ CAMLP4O = @CAMLP4O@ @@ -126,11 +126,11 @@ distclean: clean rm -rf autom4te.cache/ tests: matitac matitadep matitaclean - (cd library && make clean all) - (cd tests && make clean all) + @(cd library && make clean all) + @(cd tests && make clean all) tests.opt: matitac.opt matitadep.opt matitaclean.opt - (cd library && make clean.opt opt) - (cd tests && make clean.opt opt) + @(cd library && make clean.opt opt) + @(cd tests && make clean.opt opt) .PHONY: tests tests.opt tags: TAGS