X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fdaemons%2FproofChecker%2FMakefile;h=0afd0a7a50f940c3db7c3b11c9952336905a03cf;hb=5c92c318030a05c766b3f6070dbd23589cbdee04;hp=4be11212f2609333a94bb3c493513d443b375e94;hpb=9cb555299fb3bb3c810f20c8cd2e1ebd54f9f3f7;p=helm.git diff --git a/helm/software/daemons/proofChecker/Makefile b/helm/software/daemons/proofChecker/Makefile index 4be11212f..0afd0a7a5 100644 --- a/helm/software/daemons/proofChecker/Makefile +++ b/helm/software/daemons/proofChecker/Makefile @@ -1,7 +1,7 @@ BIN_DIR = /usr/local/bin REQUIRES = helm-cic_proof_checking http PREDICATES = -OCAMLOPTIONS = -package "$(REQUIRES)" -predicates "$(PREDICATES)" -thread +OCAMLOPTIONS = -package "$(REQUIRES)" -predicates "$(PREDICATES)" -thread -rectypes ifeq ($(origin OCAMLPATH), undefined) OCAMLFIND = OCAMLPATH=../../components/METAS ocamlfind else