From: Stefano Zacchiroli Date: Fri, 23 Jan 2004 13:47:49 +0000 (+0000) Subject: removed useless -thread switch X-Git-Tag: V_0_2_3~167 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=bcd96bdfa90a36234bd6580d686d458506488a83;p=helm.git removed useless -thread switch --- diff --git a/helm/ocaml/Makefile.common.in b/helm/ocaml/Makefile.common.in index 15d0fdab1..07720651a 100644 --- a/helm/ocaml/Makefile.common.in +++ b/helm/ocaml/Makefile.common.in @@ -13,8 +13,8 @@ OCAMLFIND_DEST_DIR = @OCAMLFIND_DEST_DIR@ PREPROCOPTIONS = -pp camlp4o PREREQ = OCAMLOPTIONS = -package "$(REQUIRES)" -predicates "$(PREDICATES)" -OCAMLC = ocamlfind ocamlc -thread $(OCAMLOPTIONS) $(PREPROCOPTIONS) -OCAMLOPT = ocamlfind ocamlopt -thread $(OCAMLOPTIONS) $(PREPROCOPTIONS) +OCAMLC = ocamlfind ocamlc $(OCAMLOPTIONS) $(PREPROCOPTIONS) +OCAMLOPT = ocamlfind ocamlopt $(OCAMLOPTIONS) $(PREPROCOPTIONS) OCAMLDEP = ocamlfind ocamldep $(PREPROCOPTIONS) OCAMLLEX = ocamllex OCAMLYACC = ocamlyacc