diff options
author | Stephen Wilson <wilsons@start.ca> | 2010-07-24 05:18:16 +0000 |
---|---|---|
committer | Stephen Wilson <wilsons@start.ca> | 2010-07-24 05:18:16 +0000 |
commit | f921790e6ee28c1b71b247d500ae9f1c000b29d2 (patch) | |
tree | 248222261bbaa2e1850d85f23c8c16562aa7cec1 /lldb/lib | |
parent | 4ec3fb93535653013417afcabdfe60f327f55663 (diff) | |
download | bcm5719-llvm-f921790e6ee28c1b71b247d500ae9f1c000b29d2.tar.gz bcm5719-llvm-f921790e6ee28c1b71b247d500ae9f1c000b29d2.zip |
Missed an aspect of the previous makefile patch.
Thanks again to William Lynch!
llvm-svn: 109328
Diffstat (limited to 'lldb/lib')
-rw-r--r-- | lldb/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/lib/Makefile b/lldb/lib/Makefile index fe69e9b1c27..69eaa0d5645 100644 --- a/lldb/lib/Makefile +++ b/lldb/lib/Makefile @@ -65,7 +65,7 @@ ifeq ($(HOST_OS),Darwin) lldbPluginObjectFileMachO.a \ lldbPluginProcessGDBRemote.a \ lldbPluginUtility.a \ - lldbPluginSymbolVendorMaxOSX.a + lldbPluginSymbolVendorMacOSX.a endif ifeq ($(HOST_OS),Linux) |