From 96d812a68d3fcdaf34faf601f247a1cea6faf083 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Tue, 18 Oct 2011 19:27:24 +0000 Subject: build: Tidy up a bunch of tool Makefiles, and simplify where possible using the new all-targets pseudo-component. llvm-svn: 142401 --- llvm/tools/bugpoint/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'llvm/tools/bugpoint') diff --git a/llvm/tools/bugpoint/Makefile b/llvm/tools/bugpoint/Makefile index 5d287ef188a..eacaa47a7bb 100644 --- a/llvm/tools/bugpoint/Makefile +++ b/llvm/tools/bugpoint/Makefile @@ -6,11 +6,10 @@ # License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## -LEVEL = ../.. -TOOLNAME = bugpoint - -LINK_COMPONENTS := asmparser instrumentation scalaropts ipo \ - linker bitreader bitwriter +LEVEL := ../.. +TOOLNAME := bugpoint +LINK_COMPONENTS := asmparser instrumentation scalaropts ipo linker bitreader \ + bitwriter include $(LEVEL)/Makefile.common -- cgit v1.2.3