Fix a typo in the previous commit.

(cherry picked from commit 11d2af72cf956cc28549cfd280ba40de1645eee7)
This commit is contained in:
Ralph Giles 2010-10-20 16:40:39 -07:00 committed by Graydon Hoare
parent 6b9a9a7874
commit eec259f625

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