summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2012-02-01 10:46:45 +0000
committerZdenek Kabelac <zkabelac@redhat.com>2012-02-01 10:46:45 +0000
commit8d2d4f20260c6ad985ddb52ceb52ef0868fea319 (patch)
treeba37c626a228305a5f9b6a765897325aa359bbab /Makefile.in
parent1368dc905a20df0313ed2eda996790bda0e14a00 (diff)
downloadlvm2-8d2d4f20260c6ad985ddb52ceb52ef0868fea319.tar.gz
User correct base dir for lcov reports
Fix problem when srcdir != builddir.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 1bcc5ff64..7d6f48cd0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -116,7 +116,7 @@ lcov-reset:
# maybe use subdirs processing to create tracefiles...
$(LCOV_TRACES):
- $(LCOV) -b $(top_srcdir)/$(basename $@) \
+ $(LCOV) -b $(basename $@) \
-d $(basename $@) -c -o - | $(SED) \
-e "s/\(dmeventd_lvm.[ch]\)/plugins\/lvm2\/\1/" \
-e "s/\(dmeventd_mirror.c\)/plugins\/mirror\/\1/" \