Fix a typo in the previous commit.

This commit is contained in:
Ralph Giles 2010-10-20 16:40:39 -07:00
parent 83cc297561
commit 11d2af72cf

View file

@ -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),)