From: Stefano Zacchiroli Date: Thu, 14 Oct 2004 10:12:44 +0000 (+0000) Subject: fixed make dep command X-Git-Tag: V_0_0_10~75 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=c3f0611d0c3ba648773a3ceec5b68e6c51dd4bac;p=helm.git fixed make dep command --- diff --git a/helm/ocaml/Makefile.common.in b/helm/ocaml/Makefile.common.in index 81a84e42c..5e3080781 100644 --- a/helm/ocaml/Makefile.common.in +++ b/helm/ocaml/Makefile.common.in @@ -19,7 +19,7 @@ OCAMLARCHIVEOPTIONS = OCAMLFIND = @OCAMLFIND@ OCAMLC = $(OCAMLFIND) ocamlc $(OCAMLDEBUGOPTIONS) $(OCAMLOPTIONS) $(PREPROCOPTIONS) OCAMLOPT = $(OCAMLFIND) opt $(OCAMLOPTIONS) $(PREPROCOPTIONS) -OCAMLDEP = $(OCAMLFIND) ocamldep -package "$(REQUIRES)" $(SYNTAXOPTIONS) +OCAMLDEP = $(OCAMLFIND) ocamldep -package "camlp4,$(REQUIRES)" $(SYNTAXOPTIONS) OCAMLLEX = ocamllex OCAMLYACC = ocamlyacc