From e879931fda30e641a7a17f0b16a3936b8c488978 Mon Sep 17 00:00:00 2001 From: dim Date: Tue, 21 Aug 2012 18:24:11 +0000 Subject: When WITH_CLANG_EXTRAS is enabled, avoid needlessly building the llvm and clang extras in the cross-tools stage. MFC after: 1 week --- usr.bin/clang/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin') diff --git a/usr.bin/clang/Makefile b/usr.bin/clang/Makefile index 045431b..db5fae7 100644 --- a/usr.bin/clang/Makefile +++ b/usr.bin/clang/Makefile @@ -4,7 +4,7 @@ SUBDIR= clang clang-tblgen tblgen -.if ${MK_CLANG_EXTRAS} != "no" +.if ${MK_CLANG_EXTRAS} != "no" && !defined(TOOLS_PREFIX) SUBDIR+=bugpoint \ llc \ lli \ -- cgit v1.1