From 11d2af72cf956cc28549cfd280ba40de1645eee7 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. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 43c2050a8e56..6bbc35fca9a3 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),)