Maybe if I touch this file the buildbots will actually rerun configure like they need to...

llvm-svn: 206718
This commit is contained in:
Richard Smith 2014-04-20 21:28:33 +00:00
parent 89ee75d786
commit 555134215b
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
LEVEL = ../../../.. LEVEL = ../../../..
LIBRARYNAME = LLVMX86Disassembler LIBRARYNAME = LLVMX86Disassembler
# Hack: we need to include 'main' x86 target directory to grab private headers # Hack: we need to include 'main' x86 target directory to grab private headers.
CPP.Flags += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/.. CPP.Flags += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
include $(LEVEL)/Makefile.common include $(LEVEL)/Makefile.common