1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

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

llvm-svn: 256431
This commit is contained in:
Craig Topper 2015-12-25 23:27:57 +00:00
parent f89e5ceed0
commit 38dac27e3a

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