]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/helena/Makefile.common
bug fixes ...
[helm.git] / helm / software / helena / Makefile.common
index ae92e7df6e538f2af47f0f14dda530b1a3d35b58..a601c4d8871a41ff615c66df003420fe7c97c0de 100644 (file)
@@ -1,9 +1,6 @@
 H=@
-ifeq ($(origin OCAMLPATH), undefined)
-   OCAMLFIND = OCAMLPATH=$(HOME)/svn/claudio/components/METAS ocamlfind
-else
-   OCAMLFIND = ocamlfind
-endif
+OCAMLPATH ?= /home/fguidi/svn/matita_patched/components/METAS
+OCAMLFIND = OCAMLPATH=$(OCAMLPATH) ocamlfind
 
 RELISE = $(MAIN:%=%_$(shell cat MakeVersion))