mbar without argument is equivalent to mbar 0.
[oota-llvm.git] / lib / Target / PowerPC / TargetInfo / Makefile
index 4253ce8b8966a9ffe82d4185a953b0f7c8ac4a91..2d0560d275f971baf0aaf0eb7b3696748efc15de 100644 (file)
@@ -1,4 +1,4 @@
-##===- lib/Target/PowerPC/TargetInfo/Makefile ------------------*- Makefile -*-===##
+##===- lib/Target/PowerPC/TargetInfo/Makefile --------------*- Makefile -*-===##
 #
 #                     The LLVM Compiler Infrastructure
 #
@@ -10,6 +10,6 @@ LEVEL = ../../../..
 LIBRARYNAME = LLVMPowerPCInfo
 
 # Hack: we need to include 'main' target directory to grab private headers
-CPPFLAGS = -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
+override CPPFLAGS += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
 
 include $(LEVEL)/Makefile.common