summaryrefslogtreecommitdiff
path: root/usr.bin/clang
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/clang')
-rw-r--r--usr.bin/clang/llvm-cov/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/clang/llvm-cov/Makefile b/usr.bin/clang/llvm-cov/Makefile
index b1b4fc207cbe..d5754223ca0e 100644
--- a/usr.bin/clang/llvm-cov/Makefile
+++ b/usr.bin/clang/llvm-cov/Makefile
@@ -3,10 +3,8 @@
.include <src.opts.mk>
PROG_CXX= llvm-cov
-.if ${MK_GCOV} == "no"
LINKS= ${BINDIR}/llvm-cov ${BINDIR}/gcov
MLINKS= llvm-cov.1 gcov.1
-.endif
SRCDIR= llvm/tools/llvm-cov
SRCS+= CodeCoverage.cpp