summaryrefslogtreecommitdiff
path: root/Examples
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2017-03-20 19:17:02 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2017-03-20 19:30:46 +0000
commitcf1fb6ca16af5e3cd5919271141363b98b471e5f (patch)
treed18d812b2fd4c7b9965560bcdf48993025ee25d1 /Examples
parenta4393e2103b1ac6e405eb19341bd06a25612042c (diff)
downloadswig-cf1fb6ca16af5e3cd5919271141363b98b471e5f.tar.gz
Fixes for make partialcheck-ocaml-test-suite
Diffstat (limited to 'Examples')
-rw-r--r--Examples/Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/Examples/Makefile.in b/Examples/Makefile.in
index 676a72e88..7682b565f 100644
--- a/Examples/Makefile.in
+++ b/Examples/Makefile.in
@@ -896,10 +896,10 @@ mzscheme_clean:
##### Ocaml #####
##################################################################
-OCC=@OCAMLC@
-OCAMLDLGEN=@OCAMLDLGEN@
-OCAMLFIND=@OCAMLFIND@
-OCAMLMKTOP=@OCAMLMKTOP@ $(SWIGWHERE)
+OCC=$(COMPILETOOL) @OCAMLC@
+OCAMLDLGEN=$(COMPILETOOL) @OCAMLDLGEN@
+OCAMLFIND=$(COMPILETOOL) @OCAMLFIND@
+OCAMLMKTOP=$(COMPILETOOL) @OCAMLMKTOP@ $(SWIGWHERE)
NOLINK ?= false
OCAMLPP= -pp "camlp4o ./swigp4.cmo"
OCAMLP4WHERE=`$(COMPILETOOL) @CAMLP4@ -where`