From: Stefano Zacchiroli Date: Fri, 1 Jul 2005 14:56:59 +0000 (+0000) Subject: uses relative OCAMLPATH X-Git-Tag: PRE_GETTER_STORAGE~56 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=4ebd9e39ac5dac0393680f619e2612f95d24a7e1;p=helm.git uses relative OCAMLPATH --- diff --git a/helm/http_getter/Makefile b/helm/http_getter/Makefile index f5d435564..d7b1089af 100644 --- a/helm/http_getter/Makefile +++ b/helm/http_getter/Makefile @@ -3,7 +3,7 @@ NAME = http_getter REQUIRES = helm-getter helm-logger helm-registry netstring COMMONOPTS = -package "$(REQUIRES)" -pp camlp4o -thread -OCAMLFIND = ocamlfind +OCAMLFIND = OCAMLPATH=../ocaml/METAS ocamlfind OCAMLC = $(OCAMLFIND) ocamlc -g $(COMMONOPTS) OCAMLOPT = $(OCAMLFIND) opt $(COMMONOPTS)