From 9cbd58217396efa32d61c5703a0c9b898b860e73 Mon Sep 17 00:00:00 2001 From: Lionel Mamane Date: Wed, 31 Mar 2004 11:51:56 +0000 Subject: [PATCH] Install to findlib-defined dest dir, not to stdlib dir --- helm/DEVEL/ocaml-http/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/DEVEL/ocaml-http/Makefile b/helm/DEVEL/ocaml-http/Makefile index 105856926..88e2a76ab 100644 --- a/helm/DEVEL/ocaml-http/Makefile +++ b/helm/DEVEL/ocaml-http/Makefile @@ -16,7 +16,7 @@ OCAMLDOC_STUFF = *.mli $(patsubst %, %.ml, $(PUBLIC_IMPL)) DOCDIR = doc/html DOTDIR = doc/dot TEXDIR = doc/latex -DESTDIR = $(shell $(OCAMLFIND) printconf stdlib) +DESTDIR = $(shell $(OCAMLFIND) printconf destdir) all: all_non_mt all_mt opt: opt_non_mt opt_mt -- 2.39.2