aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRalph Giles <[email protected]>2010-10-20 16:40:39 -0700
committerGraydon Hoare <[email protected]>2010-10-21 16:06:47 -0700
commiteec259f625311932c47829bd7c978f9670ef6fea (patch)
tree33657e31e6905512e70dc1b2eb447891eb8e5998 /src
parentCheck the llvm version against a fixed list. (diff)
downloadrust-eec259f625311932c47829bd7c978f9670ef6fea.tar.xz
rust-eec259f625311932c47829bd7c978f9670ef6fea.zip
Fix a typo in the previous commit.
(cherry picked from commit 11d2af72cf956cc28549cfd280ba40de1645eee7)
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 9eb10539..154cb228 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -174,7 +174,7 @@ ifneq ($(CFG_LLVM_CONFIG),)
else
CFG_LLVM_CONFIG :=
$(info cfg: incompatible LLVM version $(CFG_LLVM_VERSION), \
- expected one of $(CFG_LLVM_ALLOWED_VERSIONS)
+ expected one of $(CFG_LLVM_ALLOWED_VERSIONS))
endif
endif
ifneq ($(CFG_LLVM_CONFIG),)