X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=bindings%2FMakefile;h=70e9e6cc63084765327d22cee41065c2bc96a2ff;hp=792bb0ac79113db38fa7808e6abbaee06323ff1f;hb=5f220beefcb655de6aae7c80b456fd4e5cb76ac0;hpb=6530e9d8e6dfc8f16fe509701967e4ade99fae6c diff --git a/bindings/Makefile b/bindings/Makefile index 792bb0ac791..70e9e6cc630 100644 --- a/bindings/Makefile +++ b/bindings/Makefile @@ -2,8 +2,8 @@ # # The LLVM Compiler Infrastructure # -# This file was developed by Gordon Henriksen and is distributed under the -# University of Illinois Open Source License. See LICENSE.TXT for details. +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## @@ -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