Missed an aspect of the previous makefile patch.

Thanks again to William Lynch!

llvm-svn: 109328
This commit is contained in:
Stephen Wilson 2010-07-24 05:18:16 +00:00
parent 4ec3fb9353
commit f921790e6e
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ ifeq ($(HOST_OS),Darwin)
lldbPluginObjectFileMachO.a \
lldbPluginProcessGDBRemote.a \
lldbPluginUtility.a \
lldbPluginSymbolVendorMaxOSX.a
lldbPluginSymbolVendorMacOSX.a
endif
ifeq ($(HOST_OS),Linux)