From 4ebd9e39ac5dac0393680f619e2612f95d24a7e1 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Fri, 1 Jul 2005 14:56:59 +0000 Subject: [PATCH] uses relative OCAMLPATH --- helm/http_getter/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2