git: e8dac3944dca - main - Makefile.inc1: Remove extraneous }
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 27 Mar 2026 03:16:06 UTC
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=e8dac3944dcaa7b1a2691c82def15a1ede6bcfe3
commit e8dac3944dcaa7b1a2691c82def15a1ede6bcfe3
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2026-03-27 03:12:44 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2026-03-27 03:15:51 +0000
Makefile.inc1: Remove extraneous }
Reported by: tijl
Fixes: 17494c6e6b7d ("build: Boostrap LLVM_BINUTILS for cross-tools")
---
Makefile.inc1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.inc1 b/Makefile.inc1
index 6c126f01973f..9c6ca7cbc882 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -3071,7 +3071,7 @@ _lld= usr.bin/clang/lld
${MK_LLVM_BINUTILS_BOOTSTRAP} != "no"
_clang_libs= lib/clang
.endif
-.if ${MK_LLVM_BINUTILS_BOOTSTRAP}} != "no"
+.if ${MK_LLVM_BINUTILS_BOOTSTRAP} != "no"
_llvm_binutils= usr.bin/clang/llvm-ar \
usr.bin/clang/llvm-nm \
usr.bin/clang/llvm-objcopy \