fix cmake
[oota-llvm.git] / lib / Target / PowerPC / AsmPrinter / Makefile
index 640bf02acce12c4ae6f2fe37d95d16c299045c44..bd5dce12dc43ab3d639254e99b88e87f86209b4e 100644 (file)
@@ -1,15 +1,15 @@
-##===- lib/Target/X86/Makefile -----------------------------*- Makefile -*-===##
-# 
+##===- lib/Target/PowerPC/AsmPrinter/Makefile --------------*- Makefile -*-===##
+#
 #                     The LLVM Compiler Infrastructure
 #
 # This file is distributed under the University of Illinois Open Source
 # License. See LICENSE.TXT for details.
-# 
+#
 ##===----------------------------------------------------------------------===##
 LEVEL = ../../../..
 LIBRARYNAME = LLVMPowerPCAsmPrinter
 
-# Hack: we need to include 'main' x86 target directory to grab private headers 
-CPPFLAGS = -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
+# Hack: we need to include 'main' PowerPC target directory to grab private headers
+CPP.Flags += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
 
 include $(LEVEL)/Makefile.common