Maybe if I touch this file the buildbots will actually rerun configure like they...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sun, 20 Apr 2014 21:28:33 +0000 (21:28 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sun, 20 Apr 2014 21:28:33 +0000 (21:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206718 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/Disassembler/Makefile

index 8669fd8fd93020c22c2b3a75ac2a5249a58de1d4..b45148f68f68c35b1615f62912f0fd30ac2bbf74 100644 (file)
@@ -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