Missed an aspect of the previous makefile patch.

Thanks again to William Lynch!



git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@109328 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Makefile b/lib/Makefile
index fe69e9b..69eaa0d 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -65,7 +65,7 @@
               lldbPluginObjectFileMachO.a \
               lldbPluginProcessGDBRemote.a \
               lldbPluginUtility.a \
-              lldbPluginSymbolVendorMaxOSX.a
+              lldbPluginSymbolVendorMacOSX.a
 endif
 
 ifeq ($(HOST_OS),Linux)