diff options
| author | Rafael Ávila de Espíndola <[email protected]> | 2010-12-24 16:56:08 -0800 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-12-24 16:58:52 -0800 |
| commit | e67234b29caaf60a82665c4659ee8ee93673ee6d (patch) | |
| tree | 0aee824b54e9927ac562f51e847b05f0dd096991 /src | |
| parent | Modify translation of obj methods to accept an initial recursive-self-typed (... (diff) | |
| download | rust-e67234b29caaf60a82665c4659ee8ee93673ee6d.tar.xz rust-e67234b29caaf60a82665c4659ee8ee93673ee6d.zip | |
Handle missing ocaml bindings for LLVM.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 2 |
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 |