[OCaml] Update OCaml for out-of-source builds

This is one of the steps needed to fix the OCaml test suite.

In addition, disable the creation of toplevels by default in the OCaml
examples (toplevels are currently broken).
This commit is contained in:
Zackery Spytz 2018-12-29 08:24:24 -07:00
commit 9973628268
5 changed files with 18 additions and 17 deletions

View file

@ -12,7 +12,7 @@ OBJS = example.o
check: build
$(MAKE) -f $(TOP)/Makefile SRCDIR='$(SRCDIR)' TARGET='$(TARGET)' ocaml_run
build: static static_top
build: static
static:
$(MAKE) -f $(TOP)/Makefile SRCDIR='$(SRCDIR)' SRCS='$(SRCS)' \