aboutsummaryrefslogtreecommitdiff
path: root/examples/PrintFunctionNames
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-06-08 20:57:22 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-06-08 20:57:22 +0000
commitc9f362d73b7e76e7cfa800fd6ed8b7f2a84d2f95 (patch)
tree71a444c41db22121dc2f4943aa22ec875acab8dd /examples/PrintFunctionNames
parentf24f3d12c10d5f09b4831817d6b525fab9884110 (diff)
Makefiles: Remove unnecessary early include of Makefile.config.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105640 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples/PrintFunctionNames')
-rw-r--r--examples/PrintFunctionNames/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/PrintFunctionNames/Makefile b/examples/PrintFunctionNames/Makefile
index fe9712f8f2..297412d6b2 100644
--- a/examples/PrintFunctionNames/Makefile
+++ b/examples/PrintFunctionNames/Makefile
@@ -10,11 +10,6 @@
CLANG_LEVEL := ../..
LIBRARYNAME = PrintFunctionNames
-# 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
-include $(CLANG_LEVEL)/../../Makefile.config
-
LINK_LIBS_IN_SHARED = 1
SHARED_LIBRARY = 1