X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTarget%2FARM%2FAsmParser%2FMakefile;h=841516fffbd55fefcf3cfba6f29f5b4de296f69f;hb=681460f954e9c13ffd2f02f27bba048ccf90abaf;hp=97e56126d8eb59f7372c5864338dd478f682d19e;hpb=43b5f9312d56be400af031f7487a99b75b7b0f97;p=oota-llvm.git diff --git a/lib/Target/ARM/AsmParser/Makefile b/lib/Target/ARM/AsmParser/Makefile index 97e56126d8e..841516fffbd 100644 --- a/lib/Target/ARM/AsmParser/Makefile +++ b/lib/Target/ARM/AsmParser/Makefile @@ -10,6 +10,6 @@ LEVEL = ../../../.. LIBRARYNAME = LLVMARMAsmParser # Hack: we need to include 'main' ARM target directory to grab private headers -CPPFLAGS = -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/.. +CPP.Flags += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/.. include $(LEVEL)/Makefile.common