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.

llvm-svn: 124240
This commit is contained in:
Stephen Wilson 2011-01-25 23:03:42 +00:00
parent 4fd3fda33b
commit f3e78a3040
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -49,8 +49,7 @@ USEDLIBS = lldbAPI.a \
clangParse.a \
clangSema.a \
clangSerialization.a \
EnhancedDisassembly.a \
clangChecker.a
EnhancedDisassembly.a
include $(LLDB_LEVEL)/../../Makefile.config