When WITH_CLANG_EXTRAS is enabled, avoid needlessly building the llvm

and clang extras in the cross-tools stage.

MFC after:	1 week
This commit is contained in:
Dimitry Andric 2012-08-21 18:24:11 +00:00
parent 6f7d0018b0
commit 5d15267e31
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=239513

View File

@ -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 \