From: Stefano Zacchiroli Date: Wed, 3 Dec 2003 14:47:48 +0000 (+0000) Subject: esplicitely add -thread parameter to all compiler invocations X-Git-Tag: V_0_2_2~20 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=75bf77de87ca5b6fc692af2969cc4442542be62b;p=helm.git esplicitely add -thread parameter to all compiler invocations --- 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 \