From eec259f625311932c47829bd7c978f9670ef6fea Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Wed, 20 Oct 2010 16:40:39 -0700 Subject: Fix a typo in the previous commit. (cherry picked from commit 11d2af72cf956cc28549cfd280ba40de1645eee7) --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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),) -- cgit v1.2.3