X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=bindings%2FMakefile;h=c545b28854cc71645fa205f545e1a64141cab078;hb=65e43a259ff532f66ff1f04bd5d67c17bcffdc9d;hp=82f84bc9cb946a2772cd39467f7ee69a7004b361;hpb=8ef426baa36639458f6777309db25c1768dc9c8a;p=oota-llvm.git diff --git a/bindings/Makefile b/bindings/Makefile index 82f84bc9cb9..c545b28854c 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,8 +11,6 @@ LEVEL := .. include $(LEVEL)/Makefile.config -ifdef OCAMLC -PARALLEL_DIRS += ocaml -endif +PARALLEL_DIRS = $(BINDINGS_TO_BUILD) include $(LEVEL)/Makefile.common