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