X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=bindings%2FMakefile;h=70e9e6cc63084765327d22cee41065c2bc96a2ff;hp=c545b28854cc71645fa205f545e1a64141cab078;hb=2e9579037de6b05ea436abf6d4bf24d9a278942b;hpb=57360d1f1cede3b26744d0ce3ade814fcc0f332d 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