From: Claudio Sacerdoti Coen Date: Mon, 23 Oct 2006 13:22:25 +0000 (+0000) Subject: binaries/saturate no longer compiled since it does not compile any longer after X-Git-Tag: make_still_working~6722 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=f030d33d2c43fbfe8daa2891f036529b733c5852;p=helm.git binaries/saturate no longer compiled since it does not compile any longer after the huge refactoring of auto/paramodulation by Andrea --- diff --git a/helm/software/components/binaries/Makefile b/helm/software/components/binaries/Makefile index a2b89ee97..9dd295fb4 100644 --- a/helm/software/components/binaries/Makefile +++ b/helm/software/components/binaries/Makefile @@ -1,6 +1,9 @@ H=@ -BINARIES=extractor table_creator utilities saturate +#CSC: saturate is broken after the huge refactoring of auto/paramodulation +#CSC: by Andrea +#BINARIES=extractor table_creator utilities saturate +BINARIES=extractor table_creator utilities all: $(BINARIES:%=rec@all@%) opt: $(BINARIES:%=rec@opt@%)