[Lldb-commits] Simple makefile fixups.

Stephen Wilson wilsons at start.ca
Tue Jan 25 07:42:12 PST 2011


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.

---
 Makefile     |    1 +
 lib/Makefile |    3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index abe694b..528c36c 100644
--- a/Makefile
+++ b/Makefile
@@ -35,6 +35,7 @@ CPP.Flags += -I$(PROJ_SRC_DIR)/$(LLDB_LEVEL)/../clang/include
 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
diff --git a/lib/Makefile b/lib/Makefile
index abd9c1d..fffcab6 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -49,8 +49,7 @@ USEDLIBS = lldbAPI.a \
 	clangParse.a \
 	clangSema.a \
 	clangSerialization.a \
-	EnhancedDisassembly.a \
-	clangChecker.a
+	EnhancedDisassembly.a
 
 include $(LLDB_LEVEL)/../../Makefile.config
 
-- 
1.7.3.5



More information about the lldb-commits mailing list