[X86] Fix copy and paste typo from pasting from another Makefile to restore code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256431 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Craig Topper 2015-12-25 23:27:57 +00:00
parent 68dc67d007
commit a177d3e3a2

View File

@ -9,7 +9,7 @@
LEVEL = ../../../..
LIBRARYNAME = LLVMX86AsmParser
# Hack: we need to include 'main' ARM 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