diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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),) |