revert previous - it doesn't mean what i thought and some builds broke.

This commit is contained in:
mrg 2024-02-26 20:16:16 +00:00
parent 35db73b092
commit ee803f2386
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.298 2024/02/25 20:25:09 mrg Exp $
# $NetBSD: Makefile,v 1.299 2024/02/26 20:16:16 mrg Exp $
# from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91
.include <bsd.own.mk>
@ -193,7 +193,7 @@ SUBDIR+= .WAIT
SUBDIR+= libwrap
.if (${MKGCC} != "no" && ${MKCXX} != "no" && ${MKLIBSTDCXX} != "no" && ${MKSANITIZER:Uno} == "yes")
.if (${MKGCC} != "no" && ${MKCXX} != "no" && ${MKLIBSTDCXX} != "no")
.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}