X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fllvm-cov%2FMakefile;h=efed6cc7942e734ccec32bbaea7cbc855ff40146;hb=a0ea8fafdf83736039de389321cb35cad26c7e53;hp=63696905f1d95045006251c5eb1f99cce71f3748;hpb=d02c42bb855484cad379a345dee04c7c6463f1cb;p=oota-llvm.git diff --git a/tools/llvm-cov/Makefile b/tools/llvm-cov/Makefile index 63696905f1d..efed6cc7942 100644 --- a/tools/llvm-cov/Makefile +++ b/tools/llvm-cov/Makefile @@ -1,4 +1,4 @@ -##===- tools/llvm-gcov/Makefile ----------------------------*- Makefile -*-===## +##===- tools/llvm-cov/Makefile -----------------------------*- Makefile -*-===## # # The LLVM Compiler Infrastructure # @@ -7,12 +7,11 @@ # ##===----------------------------------------------------------------------===## -LEVEL = ../.. - -TOOLNAME = llvm-cov -LINK_COMPONENTS := instrumentation +LEVEL := ../.. +TOOLNAME := llvm-cov +LINK_COMPONENTS := core support # This tool has no plugins, optimize startup time. -TOOL_NO_EXPORTS = 1 +TOOL_NO_EXPORTS := 1 include $(LEVEL)/Makefile.common