X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fdaemons%2FproofChecker%2FMakefile;fp=helm%2Fsoftware%2Fdaemons%2FproofChecker%2FMakefile;h=0afd0a7a50f940c3db7c3b11c9952336905a03cf;hb=15271270eecc6ebe1f042049e13e2c21c550660a;hp=4be11212f2609333a94bb3c493513d443b375e94;hpb=982eb9392e7fd9ee26a4ebf593244e8125ed7853;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