From fe7ec35cb64c085631307fef21023aef23a39c3f Mon Sep 17 00:00:00 2001 From: letouzey Date: Thu, 8 May 2008 16:11:56 +0000 Subject: Integration of theories/Ints into theories/Numbers, again : better generation of NMake.v - genN.ml becomes NMake_gen.ml - no need to produce the corresponding binary: we use ocaml NMake_gen.ml > NMake.v - beware! redoing a ./configure is mandatory after this commit git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10903 85f007b7-540e-0410-9357-904b9bb8a0f7 --- config/Makefile.template | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/Makefile.template b/config/Makefile.template index 409e49467..f35af2b58 100644 --- a/config/Makefile.template +++ b/config/Makefile.template @@ -56,6 +56,7 @@ MYCAMLP4LIB="CAMLP4LIBDIRECTORY" COQIDEINCLUDES=LABLGTKINCLUDES # Objective-Caml compile command +OCAML="OCAMLEXEC" OCAMLC="BYTECAMLC" OCAMLOPT="NATIVECAMLC" OCAMLDEP="OCAMLDEPEXEC" -- cgit v1.2.3