DIRDEPS_BUILD: Don't conditionally include src.opts.mk.

This was preventing having MK_LLD a value set in 'make bootstrap-tools' since
MK_LLDB was forced to no in that context.

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2016-09-01 22:58:53 +00:00
parent 08e3200cd3
commit 6bef038659
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/clang390-import/; revision=305252

View File

@ -2,9 +2,7 @@
# This file is not autogenerated - take care!
.if !defined(MK_LLDB)
.include <src.opts.mk>
.endif
DIRDEPS = \
lib/clang/include \