From: Richard Smith Date: Sun, 20 Apr 2014 21:28:33 +0000 (+0000) Subject: Maybe if I touch this file the buildbots will actually rerun configure like they... X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4b355984960ab364afb1789ddf902bf9a257e4b5;p=oota-llvm.git Maybe if I touch this file the buildbots will actually rerun configure like they need to... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206718 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/Disassembler/Makefile b/lib/Target/X86/Disassembler/Makefile index 8669fd8fd93..b45148f68f6 100644 --- a/lib/Target/X86/Disassembler/Makefile +++ b/lib/Target/X86/Disassembler/Makefile @@ -10,7 +10,7 @@ LEVEL = ../../../.. 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)/.. include $(LEVEL)/Makefile.common