summaryrefslogtreecommitdiff
path: root/bindings/Makefile
diff options
context:
space:
mode:
authorGordon Henriksen <gordonhenriksen@mac.com>2007-10-02 09:50:18 +0000
committerGordon Henriksen <gordonhenriksen@mac.com>2007-10-02 09:50:18 +0000
commit6530e9d8e6dfc8f16fe509701967e4ade99fae6c (patch)
treeaf61ddf0736d77c70421a9b4366a923030b23204 /bindings/Makefile
parentfdd7c6babfe2c77f015d491c7d571a9c098ae5d3 (diff)
downloadllvm-6530e9d8e6dfc8f16fe509701967e4ade99fae6c.tar.gz
llvm-6530e9d8e6dfc8f16fe509701967e4ade99fae6c.tar.bz2
llvm-6530e9d8e6dfc8f16fe509701967e4ade99fae6c.tar.xz
Add explicit --enable-bindings option to configure.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42526 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'bindings/Makefile')
-rw-r--r--bindings/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/bindings/Makefile b/bindings/Makefile
index 82f84bc9cb..792bb0ac79 100644
--- a/bindings/Makefile
+++ b/bindings/Makefile
@@ -11,8 +11,6 @@ LEVEL := ..
include $(LEVEL)/Makefile.config
-ifdef OCAMLC
-PARALLEL_DIRS += ocaml
-endif
+PARALLEL_DIRS = $(BINDINGS_TO_BUILD)
include $(LEVEL)/Makefile.common