[Lldb-commits] [lldb] r109328 - /lldb/trunk/lib/Makefile
Stephen Wilson
wilsons at start.ca
Fri Jul 23 22:18:16 PDT 2010
Author: wilsons
Date: Sat Jul 24 00:18:16 2010
New Revision: 109328
URL: http://llvm.org/viewvc/llvm-project?rev=109328&view=rev
Log:
Missed an aspect of the previous makefile patch.
Thanks again to William Lynch!
Modified:
lldb/trunk/lib/Makefile
Modified: lldb/trunk/lib/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/lib/Makefile?rev=109328&r1=109327&r2=109328&view=diff
==============================================================================
--- lldb/trunk/lib/Makefile (original)
+++ lldb/trunk/lib/Makefile Sat Jul 24 00:18:16 2010
@@ -65,7 +65,7 @@
lldbPluginObjectFileMachO.a \
lldbPluginProcessGDBRemote.a \
lldbPluginUtility.a \
- lldbPluginSymbolVendorMaxOSX.a
+ lldbPluginSymbolVendorMacOSX.a
endif
ifeq ($(HOST_OS),Linux)
More information about the lldb-commits
mailing list