Add explicit --enable-bindings option to configure.
[oota-llvm.git] / bindings / Makefile
index 82f84bc9cb946a2772cd39467f7ee69a7004b361..792bb0ac79113db38fa7808e6abbaee06323ff1f 100644 (file)
@@ -11,8 +11,6 @@ LEVEL := ..
 
 include $(LEVEL)/Makefile.config
 
-ifdef OCAMLC
-PARALLEL_DIRS += ocaml
-endif
+PARALLEL_DIRS = $(BINDINGS_TO_BUILD)
 
 include $(LEVEL)/Makefile.common