summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2016-02-03 00:24:26 +0100
committerAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2016-02-06 15:42:09 +0100
commit14bf59c1d5b5fa3b4d075f481015b8110835276e (patch)
tree2af595e505e51ef006815c9ffbf0eb21e028da4d /Makefile
parentbb7522ce67e59271c928fc85ace6cd2d86aa131f (diff)
downloadffmpeg-14bf59c1d5b5fa3b4d075f481015b8110835276e.tar.gz
build: use intermediate lcov coverage file
Otherwise the 'lcov -q --remove' run fails with the following error: lcov: ERROR: cannot write to coverage.info! Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7d8ae4bb22..87a9869657 100644
--- a/Makefile
+++ b/Makefile
@@ -177,7 +177,7 @@ clean::
$(RM) $(CLEANSUFFIXES)
$(RM) $(CLEANSUFFIXES:%=tools/%)
$(RM) -r coverage-html
- $(RM) -rf coverage.info lcov
+ $(RM) -rf coverage.info coverage.info.in lcov
distclean::
$(RM) $(DISTCLEANSUFFIXES)