From: Stefano Zacchiroli Date: Thu, 12 Jan 2006 11:10:23 +0000 (+0000) Subject: coq.moo.opt dependency added to the target tests.opt X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=commitdiff_plain;h=4622c744ca883d0a2a308d5ec5f3f280a039af64 coq.moo.opt dependency added to the target tests.opt --- diff --git a/helm/matita/Makefile.in b/helm/matita/Makefile.in index d498e37a1..d48d91b51 100644 --- a/helm/matita/Makefile.in +++ b/helm/matita/Makefile.in @@ -213,7 +213,7 @@ cleantests.opt: $(foreach d,$(TEST_DIRS),$(d)-cleantests-opt) %-test: matitac matitadep matitaclean coq.moo -cd $* && make -k clean all -%-test-opt: matitac.opt matitadep.opt matitaclean.opt +%-test-opt: matitac.opt matitadep.opt matitaclean.opt coq.moo.opt -cd $* && make -k clean.opt opt %-cleantests: matitaclean -cd $* && make clean