Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/apache2/llvm/lib Fix harmless syntax error.
details: https://anonhg.NetBSD.org/src/rev/e58ef9f5c3c8
branches: trunk
changeset: 745111:e58ef9f5c3c8
user: joerg <joerg%NetBSD.org@localhost>
date: Sun Feb 23 02:01:17 2020 +0000
description:
Fix harmless syntax error.
diffstat:
external/apache2/llvm/lib/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r adfdd37ea32c -r e58ef9f5c3c8 external/apache2/llvm/lib/Makefile
--- a/external/apache2/llvm/lib/Makefile Sun Feb 23 01:53:03 2020 +0000
+++ b/external/apache2/llvm/lib/Makefile Sun Feb 23 02:01:17 2020 +0000
@@ -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 @@
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 \
Home |
Main Index |
Thread Index |
Old Index