[Lldb-commits] [lldb] r124240 - in /lldb/trunk: Makefile lib/Makefile

Stephen Wilson wilsons at start.ca
Tue Jan 25 15:03:42 PST 2011


Author: wilsons
Date: Tue Jan 25 17:03:42 2011
New Revision: 124240

URL: http://llvm.org/viewvc/llvm-project?rev=124240&view=rev
Log:
Simple makefile fixups.

With the current target revision of Clang libclangChecker no longer exists and
is not needed.  Update the include path so we can get at ARM_DWARF_Registers.h
and friends.


Modified:
    lldb/trunk/Makefile
    lldb/trunk/lib/Makefile

Modified: lldb/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/Makefile?rev=124240&r1=124239&r2=124240&view=diff
==============================================================================
--- lldb/trunk/Makefile (original)
+++ lldb/trunk/Makefile Tue Jan 25 17:03:42 2011
@@ -35,6 +35,7 @@
 CPP.Flags += -I$(PROJ_OBJ_DIR)/$(LLDB_LEVEL)/../clang/include
 CPP.Flags += -I/usr/include/python2.6
 CPP.Flags += -I$(PROJ_SRC_DIR)/$(LLDB_LEVEL)/source
+CPP.Flags += -I$(PROJ_SRC_DIR)/$(LLDB_LEVEL)/source/Utility
 CPP.Flags += -I$(PROJ_SRC_DIR)/$(LLDB_LEVEL)/source/Plugins/Process/Utility
 ifeq ($(HOST_OS),Darwin)
 CPP.Flags += -F/System/Library/Frameworks -F/System/Library/PrivateFrameworks

Modified: lldb/trunk/lib/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/lib/Makefile?rev=124240&r1=124239&r2=124240&view=diff
==============================================================================
--- lldb/trunk/lib/Makefile (original)
+++ lldb/trunk/lib/Makefile Tue Jan 25 17:03:42 2011
@@ -49,8 +49,7 @@
 	clangParse.a \
 	clangSema.a \
 	clangSerialization.a \
-	EnhancedDisassembly.a \
-	clangChecker.a
+	EnhancedDisassembly.a
 
 include $(LLDB_LEVEL)/../../Makefile.config
 





More information about the lldb-commits mailing list