[Pkg-ocaml-maint-commits] [SCM] ocamlviz packaging branch, ocamlbuild, updated. upstream/1.01-12-ga52d29c

Mehdi Dogguy mehdi at debian.org
Fri Mar 26 00:16:49 UTC 2010


The following commit has been merged in the ocamlbuild branch:
commit a52d29c31bac478a6f1daaae1591afc83de1b50e
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Fri Mar 26 01:14:29 2010 +0100

    Fix Makefile variables

diff --git a/Makefile.in b/Makefile.in
index 74e6667..78838a7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -24,8 +24,8 @@ NAME = ocamlviz
 VERSION = $(shell head -n 1 VERSION)
 OCAMLBUILD = ocamlbuild
 OCAMLFIND = ocamlfind
-HAVE_OCAMLOPT ?= $(if $(wildcard /usr/bin/ocamlopt),yes,no)
-OCAMLBEST ?= $(if $(OCAML_OPT_ARCH),native,byte)
+HAVE_OCAMLOPT = $(if $(wildcard /usr/bin/ocamlopt),yes,no)
+OCAMLBEST = $(if $(HAVE_OCAMLOPT),native,byte)
 
 # Use classic-display when compiling under a terminal which does not
 # support ANSI sequence:

-- 
ocamlviz packaging



More information about the Pkg-ocaml-maint-commits mailing list