summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-cov
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-10-18 19:27:24 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-10-18 19:27:24 +0000
commit96d812a68d3fcdaf34faf601f247a1cea6faf083 (patch)
treee606a964b956689bd00ffe8f632a9d4898ac3b69 /llvm/tools/llvm-cov
parent627b2b06f63187070df6943c67c5b594137cfa2d (diff)
downloadbcm5719-llvm-96d812a68d3fcdaf34faf601f247a1cea6faf083.tar.gz
bcm5719-llvm-96d812a68d3fcdaf34faf601f247a1cea6faf083.zip
build: Tidy up a bunch of tool Makefiles, and simplify where possible using the
new all-targets pseudo-component. llvm-svn: 142401
Diffstat (limited to 'llvm/tools/llvm-cov')
-rw-r--r--llvm/tools/llvm-cov/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/llvm/tools/llvm-cov/Makefile b/llvm/tools/llvm-cov/Makefile
index bd9fa2ad3d9..2d47ce4d4b6 100644
--- a/llvm/tools/llvm-cov/Makefile
+++ b/llvm/tools/llvm-cov/Makefile
@@ -7,12 +7,11 @@
#
##===----------------------------------------------------------------------===##
-LEVEL = ../..
-
-TOOLNAME = llvm-cov
+LEVEL := ../..
+TOOLNAME := llvm-cov
LINK_COMPONENTS := instrumentation
# This tool has no plugins, optimize startup time.
-TOOL_NO_EXPORTS = 1
+TOOL_NO_EXPORTS := 1
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud