From eec4e7e2eea8e819b5460aeb10d7290e9efff041 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Wed, 18 Mar 2015 13:12:12 +1300 Subject: [PATCH] Use the ocamlc configure found --- Examples/test-suite/ocaml/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/test-suite/ocaml/Makefile.in b/Examples/test-suite/ocaml/Makefile.in index 9a4e008b9..d5d533e1c 100644 --- a/Examples/test-suite/ocaml/Makefile.in +++ b/Examples/test-suite/ocaml/Makefile.in @@ -3,7 +3,7 @@ ####################################################################### LANGUAGE = ocaml -OCAMLC = ocamlc +OCAMLC = @OCAMLC@ VARIANT = _static SCRIPTSUFFIX = _runme.ml