diff options
Diffstat (limited to 'gnu/usr.bin/clang/Makefile')
-rw-r--r-- | gnu/usr.bin/clang/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/usr.bin/clang/Makefile b/gnu/usr.bin/clang/Makefile index 71f16db67ee..0be074f94b0 100644 --- a/gnu/usr.bin/clang/Makefile +++ b/gnu/usr.bin/clang/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.22 2022/07/12 21:10:26 jca Exp $ +# $OpenBSD: Makefile,v 1.23 2022/07/13 10:20:18 jca Exp $ .include <bsd.own.mk> @@ -51,7 +51,6 @@ SUBDIR+=liblldELF SUBDIR+=lld -.if ${BUILD_LLDB:L} == "yes" || make(obj) SUBDIR+=lldb-tblgen SUBDIR+=include/lldb/Commands SUBDIR+=include/lldb/Core @@ -98,7 +97,6 @@ SUBDIR+=liblldbUtility SUBDIR+=lldb SUBDIR+=lldb-server -.endif SUBDIR+=include/llvm-objcopy SUBDIR+=llvm-objcopy @@ -109,7 +107,7 @@ SUBDIR+=llvm-readobj SUBDIR+=llvm-profdata -.if ${AR_VERSION:L} == "llvm" || make(obj) +.if ${AR_VERSION:L} == "llvm" SUBDIR+=libLLVMDlltoolDriver SUBDIR+=libLLVMLibDriver SUBDIR+=llvm-ar |