From eec259f625311932c47829bd7c978f9670ef6fea Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Wed, 20 Oct 2010 16:40:39 -0700 Subject: [PATCH] Fix a typo in the previous commit. (cherry picked from commit 11d2af72cf956cc28549cfd280ba40de1645eee7) --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 9eb1053976a9..154cb228b61d 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),)