commit | 30c187c4044f77c72560bea55f3c0f7bd7a34b4f | [log] [tgz] |
---|---|---|
author | Filipe Cabecinhas <me@filcab.net> | Wed Jan 30 00:28:58 2013 +0000 |
committer | Filipe Cabecinhas <me@filcab.net> | Wed Jan 30 00:28:58 2013 +0000 |
tree | 8c9b13e9963cd357e0f17decc456fd146135f030 | |
parent | f892c42725ed36c97e8ce10e758170cf6f1aff83 [diff] [blame] |
Continuing the fix for the r173732 fix. Now lldb gets built with Makefiles (Darwin). git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@173864 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Makefile b/lib/Makefile index b6a9e71..be6af0a 100644 --- a/lib/Makefile +++ b/lib/Makefile
@@ -24,6 +24,7 @@ lldbBreakpoint.a \ lldbCommands.a \ lldbCore.a \ + lldbDataFormatters.a \ lldbExpression.a \ lldbHostCommon.a \ lldbInitAndLog.a \