summaryrefslogtreecommitdiffstats
path: root/clang/examples/PrintFunctionNames
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-06-08 20:44:43 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-06-08 20:44:43 +0000
commitee6b6925510ad5ffb6009c6dd2b2f375d3442cdf (patch)
treec318f8e26e4803f7bd41d94be75399b5bc77b247 /clang/examples/PrintFunctionNames
parente6c1daa8fd5c6e2f5b1c2820491d6f748d4918c8 (diff)
downloadbcm5719-llvm-ee6b6925510ad5ffb6009c6dd2b2f375d3442cdf.tar.gz
bcm5719-llvm-ee6b6925510ad5ffb6009c6dd2b2f375d3442cdf.zip
Makefiles: Set Clang CPP compiler flags in a single location, instead of scattered throughout the project Makefiles.
llvm-svn: 105638
Diffstat (limited to 'clang/examples/PrintFunctionNames')
-rw-r--r--clang/examples/PrintFunctionNames/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/examples/PrintFunctionNames/Makefile b/clang/examples/PrintFunctionNames/Makefile
index 4136a98c5cd..fe9712f8f22 100644
--- a/clang/examples/PrintFunctionNames/Makefile
+++ b/clang/examples/PrintFunctionNames/Makefile
@@ -10,8 +10,6 @@
CLANG_LEVEL := ../..
LIBRARYNAME = PrintFunctionNames
-CPPFLAGS += -I$(PROJ_SRC_DIR)/../../include -I$(PROJ_OBJ_DIR)/../../include
-
# Include this here so we can get the configuration of the targets that have
# been configured for construction. We have to do this early so we can set up
# LINK_COMPONENTS before including Makefile.rules
OpenPOWER on IntegriCloud