From: Ferruccio Guidi Date: Thu, 13 Sep 2007 14:39:42 +0000 (+0000) Subject: the published devels must be removed from the tests X-Git-Tag: make_still_working~6018 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=3f418238986c404de26e7776b915638332216580;p=helm.git the published devels must be removed from the tests --- diff --git a/helm/software/matita/Makefile b/helm/software/matita/Makefile index 93a6fc6cb..0562ba3bb 100644 --- a/helm/software/matita/Makefile +++ b/helm/software/matita/Makefile @@ -199,7 +199,6 @@ distclean: clean $(H)rm -rf .matita TEST_DIRS = \ - legacy \ library \ tests \ dama \ diff --git a/helm/software/matita/contribs/LAMBDA-TYPES/Makefile b/helm/software/matita/contribs/LAMBDA-TYPES/Makefile index 93fba67ce..6e29fc2da 100644 --- a/helm/software/matita/contribs/LAMBDA-TYPES/Makefile +++ b/helm/software/matita/contribs/LAMBDA-TYPES/Makefile @@ -1,6 +1,6 @@ GOALS = all opt clean clean.opt -DEVELS = Base-1 LambdaDelta-1 Base-2 Unified-Sub +DEVELS = Base-2 Unified-Sub $(GOALS): @$(foreach DEVEL, $(DEVELS), $(MAKE) -k -C $(DEVEL) $@;)