Fix WITH_LLDB build

A build with WITH_LLDB and not WITH_CLANG_EXTRAS failed after r276783.

Reported by:	rodrigc
This commit is contained in:
emaste 2015-01-08 14:26:49 +00:00
parent a546fbcd7c
commit 21520c1887

View File

@ -8,7 +8,7 @@ SRCDIR= lib/Target/AArch64/Disassembler
INCDIR= lib/Target/AArch64
SRCS= AArch64Disassembler.cpp
.if ${MK_CLANG_EXTRAS} != "no"
.if ${MK_CLANG_EXTRAS} != "no" || .${MK_LLDB} != "no"
SRCS+= AArch64ExternalSymbolizer.cpp
.endif