summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorjoerg <joerg@NetBSD.org>2019-04-03 15:12:44 +0000
committerjoerg <joerg@NetBSD.org>2019-04-03 15:12:44 +0000
commite27d69eb20c022d60aef29a952da64babef65b94 (patch)
tree7f683465fa27827882a8d33a98046fce83676672 /tools
parent2235e421ab874dfe5f002370febe8ba17ba8131e (diff)
Revert MKLLVMCMDS changes.
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/tools/Makefile b/tools/Makefile
index b0a51f6aac7..364539f09c1 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.199 2019/03/20 22:51:37 mrg Exp $
+# $NetBSD: Makefile,v 1.200 2019/04/03 15:12:45 joerg Exp $
.include <bsd.own.mk>
.include <bsd.endian.mk>
@@ -130,10 +130,8 @@ SUBDIR+= \
.if ${MKLLVM} != "no" && !defined(EXTERNAL_TOOLCHAIN)
SUBDIR+= \
.WAIT llvm-include .WAIT \
- llvm-lib
-. if ${MKLLVMCMDS} != "no"
-SUBDIR+= .WAIT llvm-clang
-. endif
+ llvm-lib .WAIT \
+ llvm-clang
. if ${MKLLD} != "no"
SUBDIR+= llvm-lld
. endif