From d04e1a7ef1f18629518a156367a701216e6916f6 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Tue, 8 Jun 2010 20:57:22 +0000 Subject: Makefiles: Remove unnecessary early include of Makefile.config. llvm-svn: 105640 --- clang/examples/PrintFunctionNames/Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'clang/examples/PrintFunctionNames') diff --git a/clang/examples/PrintFunctionNames/Makefile b/clang/examples/PrintFunctionNames/Makefile index fe9712f8f22..297412d6b2e 100644 --- a/clang/examples/PrintFunctionNames/Makefile +++ b/clang/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 -- cgit v1.2.3