X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=bindings%2FMakefile;h=70e9e6cc63084765327d22cee41065c2bc96a2ff;hp=c545b28854cc71645fa205f545e1a64141cab078;hb=dad20b2ae2544708d6a33abdb9bddd0a329f50e0;hpb=57360d1f1cede3b26744d0ce3ade814fcc0f332d;ds=sidebyside diff --git a/bindings/Makefile b/bindings/Makefile index c545b28854c..70e9e6cc630 100644 --- a/bindings/Makefile +++ b/bindings/Makefile @@ -11,6 +11,10 @@ LEVEL := .. include $(LEVEL)/Makefile.config -PARALLEL_DIRS = $(BINDINGS_TO_BUILD) +PARALLEL_DIRS = + +ifneq (,$(filter ocaml,$(BINDINGS_TO_BUILD))) +PARALLEL_DIRS += ocaml +endif include $(LEVEL)/Makefile.common