aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Ávila de Espíndola <[email protected]>2010-12-24 16:56:08 -0800
committerGraydon Hoare <[email protected]>2010-12-24 16:58:52 -0800
commite67234b29caaf60a82665c4659ee8ee93673ee6d (patch)
tree0aee824b54e9927ac562f51e847b05f0dd096991
parentModify translation of obj methods to accept an initial recursive-self-typed (... (diff)
downloadrust-e67234b29caaf60a82665c4659ee8ee93673ee6d.tar.xz
rust-e67234b29caaf60a82665c4659ee8ee93673ee6d.zip
Handle missing ocaml bindings for LLVM.
-rw-r--r--src/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 928ad614..80635306 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -194,8 +194,6 @@ ifneq ($(CFG_LLVM_CONFIG),)
done)
ifneq ($(CFG_OCAML_LLVM),)
$(info cfg: found LLVM ocaml bindings in $(CFG_OCAML_LLVM))
- else
- CFG_LLVM_CONFIG := $(info cfg: LLVM ocaml bindings not found)
endif
endif