Fixed the build to reflect the removal of OperatingSystem/Darwin-Kernel in r180993.

llvm-svn: 181024
This commit is contained in:
Sylvestre Ledru 2013-05-03 15:28:03 +00:00
parent 533c4646c2
commit 5b5a6e0162

View File

@ -87,7 +87,6 @@ ifeq ($(HOST_OS),Darwin)
lldbPluginDynamicLoaderDarwinKernel.a \
lldbPluginObjectContainerUniversalMachO.a \
lldbPluginObjectFileMachO.a \
lldbPluginOperatingSystemDarwinKernel.a \
lldbPluginSymbolVendorMacOSX.a \
lldbPluginProcessDarwin.a \
lldbPluginProcessMachCore.a
@ -98,8 +97,7 @@ ifeq ($(HOST_OS),Linux)
lldbPluginProcessLinux.a \
lldbPluginProcessPOSIX.a \
lldbPluginDynamicLoaderMacOSX.a \
lldbPluginDynamicLoaderDarwinKernel.a \
lldbPluginOperatingSystemDarwinKernel.a
lldbPluginDynamicLoaderDarwinKernel.a
endif