Module Name: src
Committed By: mrg
Date: Mon Feb 26 20:16:16 UTC 2024
Modified Files:
src/lib: Makefile
Log Message:
revert previous - it doesn't mean what i thought and some builds broke.
To generate a diff of this commit:
cvs rdiff -u -r1.298 -r1.299 src/lib/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/Makefile
diff -u src/lib/Makefile:1.298 src/lib/Makefile:1.299
--- src/lib/Makefile:1.298 Sun Feb 25 20:25:09 2024
+++ src/lib/Makefile Mon Feb 26 20:16:16 2024
@@ -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}