From 1f7689b7c932950777fdea44f5d3f1d03abef22f Mon Sep 17 00:00:00 2001 From: notin Date: Tue, 29 Aug 2006 12:36:37 +0000 Subject: Changement de l'appel aux exécutables Caml (noms absolus) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9095 85f007b7-540e-0410-9357-904b9bb8a0f7 --- config/Makefile.template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/Makefile.template b/config/Makefile.template index d5c2a1436..1907cb0d6 100644 --- a/config/Makefile.template +++ b/config/Makefile.template @@ -51,11 +51,15 @@ MYCAMLP4LIB=CAMLP4LIBDIRECTORY # Objective-Caml compile command OCAMLC=BYTECAMLC OCAMLOPT=NATIVECAMLC +OCAMLDEP=OCAMLDEPEXEC +OCAMLDOC=OCAMLDOCEXEC +OCAMLLEX=OCAMLLEXEXEC +OCAMLYACC=OCAMLYACCEXEC # Caml link command and Caml make top command CAMLLINK=BYTECAMLC CAMLOPTLINK=NATIVECAMLC -CAMLMKTOP=ocamlmktop +CAMLMKTOP=CAMLMKTOPEXEC # Compilation debug flag CAMLDEBUG=COQDEBUGFLAG -- cgit v1.2.3