[OCaml] De-duplicate llvm_raise and llvm_string_of_message.
[oota-llvm.git] / bindings / Makefile
index 82f84bc9cb946a2772cd39467f7ee69a7004b361..70e9e6cc63084765327d22cee41065c2bc96a2ff 100644 (file)
@@ -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,7 +11,9 @@ LEVEL := ..
 
 include $(LEVEL)/Makefile.config
 
-ifdef OCAMLC
+PARALLEL_DIRS =
+
+ifneq (,$(filter ocaml,$(BINDINGS_TO_BUILD)))
 PARALLEL_DIRS += ocaml
 endif