From: Enrico Tassi Date: Wed, 29 Mar 2006 12:07:55 +0000 (+0000) Subject: few bits to debug the benchmark system X-Git-Tag: 0.4.95@7852~1549 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=601599d922a6baa759cd3ae8534ea775a1be19b6;p=helm.git few bits to debug the benchmark system --- diff --git a/matita/Makefile b/matita/Makefile index 2dc38c3f1..28971ecf8 100644 --- a/matita/Makefile +++ b/matita/Makefile @@ -177,7 +177,6 @@ distclean: clean TEST_DIRS = \ library \ tests \ - tests/bad_tests \ contribs/LAMBDA-TYPES \ contribs/PREDICATIVE-TOPOLOGY \ $(NULL) diff --git a/matita/template_makefile.in b/matita/template_makefile.in index 6a66e269a..0b46f4864 100644 --- a/matita/template_makefile.in +++ b/matita/template_makefile.in @@ -26,7 +26,7 @@ clean: fi @DEPFILE@ : $(SRC) - $(MATITADEP) $(MATITA_FLAGS) -I '@ROOT@' $^ 1> @DEPFILE@ + $(MATITADEP) $(MATITA_FLAGS) -I '@ROOT@' $^ 1> @DEPFILE@ 2>@DEPFILE@.errors # this is the depend for full targets like: # dir/dir/name.moo: dir/dir/name.ma dir/dep.moo