diff options
| author | joerg <joerg@NetBSD.org> | 2020-02-23 02:01:17 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2020-02-23 02:01:17 +0000 |
| commit | fbe4447715dad4299cdf3d95928e4f2190ece426 (patch) | |
| tree | 0002a05a3e9a0d50519129d901be6c429b991446 /external/apache2 | |
| parent | a7efef6c79f4af32cd5179d4e68c841250152742 (diff) | |
Fix harmless syntax error.
Diffstat (limited to 'external/apache2')
| -rw-r--r-- | external/apache2/llvm/lib/Makefile | 4 |
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 \ |
