X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Ftemplate_makefile.in;h=d24c75b0ff36858fa85c02248929546a73af01bd;hb=6783d1fa8e2a44db71ef18ef982bcc1a73532eee;hp=57f1301d57e9e265dc1aeaa68f3ca23ac930d063;hpb=7f2444c2670cadafddd8785b687ef312158376b0;p=helm.git diff --git a/matita/template_makefile.in b/matita/template_makefile.in index 57f1301d5..d24c75b0f 100644 --- a/matita/template_makefile.in +++ b/matita/template_makefile.in @@ -19,7 +19,7 @@ clean: rm -f $(TODO) %.moo: - ($(MATITAC) $(MATITA_FLAGS) -q -I @ROOT@ $< | (grep -v "^make" || true)) + $(MATITAC) $(MATITA_FLAGS) -q -I @ROOT@ $< @DEPFILE@ : $(SRC) $(MATITADEP) $(MATITA_FLAGS) -I '@ROOT@' $^ 1> @DEPFILE@