summaryrefslogtreecommitdiffstats
path: root/lib/Index/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Index/Makefile')
-rw-r--r--lib/Index/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Index/Makefile b/lib/Index/Makefile
index 9d33a2d..4d86713 100644
--- a/lib/Index/Makefile
+++ b/lib/Index/Makefile
@@ -18,10 +18,10 @@ LIBRARYNAME := clangIndex
BUILD_ARCHIVE = 1
ifeq ($(ARCH),PowerPC)
-CXXFLAGS += -maltivec
+CXX.Flags += -maltivec
endif
-CPPFLAGS += -I$(PROJ_SRC_DIR)/../../include -I$(PROJ_OBJ_DIR)/../../include
+CPP.Flags += -I$(PROJ_SRC_DIR)/../../include -I$(PROJ_OBJ_DIR)/../../include
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud