From 75bf77de87ca5b6fc692af2969cc4442542be62b Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Wed, 3 Dec 2003 14:47:48 +0000 Subject: [PATCH] esplicitely add -thread parameter to all compiler invocations --- helm/http_getter/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/http_getter/Makefile b/helm/http_getter/Makefile index be5ff627f..af2763b98 100644 --- a/helm/http_getter/Makefile +++ b/helm/http_getter/Makefile @@ -8,8 +8,8 @@ DOCS = doc/http_getter.conf.xml.sample REQUIRES = http dbm pcre netclient pxp shell threads zip COMMONOPTS = -package "$(REQUIRES)" -pp camlp4o OCAMLFIND = ocamlfind -OCAMLC = $(OCAMLFIND) ocamlc $(COMMONOPTS) -OCAMLOPT = $(OCAMLFIND) ocamlopt $(COMMONOPTS) +OCAMLC = $(OCAMLFIND) ocamlc -thread $(COMMONOPTS) +OCAMLOPT = $(OCAMLFIND) ocamlopt -thread $(COMMONOPTS) OCAMLDEP = $(OCAMLFIND) ocamldep $(COMMONOPTS) OCAMLDOC = \ ocamldoc \ -- 2.39.2