From: Stefano Zacchiroli Date: Tue, 7 Feb 2006 10:53:01 +0000 (+0000) Subject: removed useless grepping -v X-Git-Tag: 0.4.95@7852~1708 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=5a99efb2b5eec9678f453345b9b70160b36ae6cf;p=helm.git removed useless grepping -v --- 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@