diff options
| -rw-r--r-- | lib/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/Makefile b/lib/Makefile index 60954df60af..d0ae6b8cd00 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.267 2019/03/03 17:55:04 maya Exp $ +# $NetBSD: Makefile,v 1.268 2019/03/04 08:22:19 maya Exp $ # from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91 .include <bsd.own.mk> @@ -171,10 +171,6 @@ SUBDIR+= ../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/libsupc++ #==================== 2nd library dependency barrier ==================== SUBDIR+= .WAIT -.if (${MKLLVM} != "no") -SUBDIR+= ../external/bsd/llvm/lib # depends on libexecinfo -.endif - .for sanitizer in asan lsan ubsan .if exists(../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/lib${sanitizer}) SUBDIR+= ../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/lib${sanitizer} |
