[Lldb-commits] [lldb] r173840 - Actually build DataFormatters dir. Fix for the r173732 fix.

Filipe Cabecinhas me at filcab.net
Tue Jan 29 14:20:20 PST 2013


Author: filcab
Date: Tue Jan 29 16:20:20 2013
New Revision: 173840

URL: http://llvm.org/viewvc/llvm-project?rev=173840&view=rev
Log:
Actually build DataFormatters dir. Fix for the r173732 fix.

Modified:
    lldb/trunk/source/Makefile

Modified: lldb/trunk/source/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Makefile?rev=173840&r1=173839&r2=173840&view=diff
==============================================================================
--- lldb/trunk/source/Makefile (original)
+++ lldb/trunk/source/Makefile Tue Jan 29 16:20:20 2013
@@ -8,7 +8,7 @@
 ##===----------------------------------------------------------------------===##
 
 LLDB_LEVEL := ..
-DIRS := API Breakpoint Commands Core Expression Host Interpreter Plugins Symbol Target Utility
+DIRS := API Breakpoint Commands Core DataFormatters Expression Host Interpreter Plugins Symbol Target Utility
 LIBRARYNAME := lldbInitAndLog
 BUILD_ARCHIVE = 1
 





More information about the lldb-commits mailing list