summaryrefslogtreecommitdiff
path: root/tools/lcov.am
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lcov.am')
-rw-r--r--tools/lcov.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lcov.am b/tools/lcov.am
index a5feb727..298e0914 100644
--- a/tools/lcov.am
+++ b/tools/lcov.am
@@ -8,7 +8,7 @@ lcov-report:
--remove @top_builddir@/lcov.info.tmp \
'doc/reference/*/*-scan.c'
rm @top_builddir@/lcov.info.tmp
- $(mkdir_p) @top_builddir@/lcov.html
+ $(MKDIR_P) @top_builddir@/lcov.html
git_commit=`GIT_DIR=@top_srcdir@/.git git log -1 --pretty=format:%h 2>/dev/null`;\
genhtml --title "@PACKAGE_STRING@ $$git_commit" \
--output-directory @top_builddir@/lcov.html lcov.info