summaryrefslogtreecommitdiff
path: root/external/apache2
diff options
context:
space:
mode:
authorjoerg <joerg@NetBSD.org>2020-02-23 02:01:17 +0000
committerjoerg <joerg@NetBSD.org>2020-02-23 02:01:17 +0000
commitfbe4447715dad4299cdf3d95928e4f2190ece426 (patch)
tree0002a05a3e9a0d50519129d901be6c429b991446 /external/apache2
parenta7efef6c79f4af32cd5179d4e68c841250152742 (diff)
Fix harmless syntax error.
Diffstat (limited to 'external/apache2')
-rw-r--r--external/apache2/llvm/lib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/external/apache2/llvm/lib/Makefile b/external/apache2/llvm/lib/Makefile
index e0a2d43ad7d..c11d5201715 100644
--- a/external/apache2/llvm/lib/Makefile
+++ b/external/apache2/llvm/lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/11/11 22:45:02 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2020/02/23 02:01:17 joerg Exp $
.include <bsd.own.mk>
@@ -116,7 +116,7 @@ SUBDIR+= \
libLLVMRuntimeDyld
.endif
-.if ${NO_LLVM_DEVELOPER:Uno} == "no" && ${LLVM_DEVELOPER:U} == "yes
+.if ${NO_LLVM_DEVELOPER:Uno} == "no" && ${LLVM_DEVELOPER:U} == "yes"
SUBDIR+= \
libLLVMDebugInfoPDB \
libLLVMDebugInfoPDBNative \