Skip to content

Commit

Permalink
Fixes for make partialcheck-ocaml-test-suite
Browse files Browse the repository at this point in the history
  • Loading branch information
wsfulton committed Mar 20, 2017
1 parent a4393e2 commit cf1fb6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Examples/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit cf1fb6c

Please sign in to comment.