From: Claudio Sacerdoti Coen Date: Mon, 26 Sep 2005 16:02:35 +0000 (+0000) Subject: matitatop.opt should not be generated X-Git-Tag: V_0_7_2_3~314 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=c22e64ac3cb2a0e60a3289c03c4f7f0eff6a7d46;p=helm.git matitatop.opt should not be generated --- diff --git a/helm/matita/Makefile.in b/helm/matita/Makefile.in index 301eb2efc..76183c0e5 100644 --- a/helm/matita/Makefile.in +++ b/helm/matita/Makefile.in @@ -62,10 +62,11 @@ CCMOS = \ $(NULL) CLEANCMOS = $(CCMOS) MAKECMOS = $(CCMOS) -PROGRAMS = matita matitac matitatop cicbrowser matitadep matitaclean matitamake -PROGRAMS_OPT = $(patsubst %,%.opt,$(PROGRAMS)) +PROGRAMS_BYTE = matita matitac cicbrowser matitadep matitaclean matitamake +PROGRAMS = $(PROGRAMS_BYTE) matitatop dump_moo +PROGRAMS_OPT = $(patsubst %,%.opt,$(PROGRAMS_BYTE)) -all: matita.conf.xml $(PROGRAMS) dump_moo +all: matita.conf.xml $(PROGRAMS) matita.conf.xml: matita.conf.xml.sample @if diff matita.conf.xml.sample matita.conf.xml 1>/dev/null 2>/dev/null; then\