summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2014-04-20 21:28:33 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2014-04-20 21:28:33 +0000
commit4b355984960ab364afb1789ddf902bf9a257e4b5 (patch)
treeb4d61b58f852f6d4320ca3af47d7277d64b266de /lib
parentfe0e7bb57117874e830d2f24bbc84213dd1bd4c4 (diff)
downloadllvm-4b355984960ab364afb1789ddf902bf9a257e4b5.tar.gz
llvm-4b355984960ab364afb1789ddf902bf9a257e4b5.tar.bz2
llvm-4b355984960ab364afb1789ddf902bf9a257e4b5.tar.xz
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
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/X86/Disassembler/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/Disassembler/Makefile b/lib/Target/X86/Disassembler/Makefile
index 8669fd8fd9..b45148f68f 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