summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-26 20:20:37 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-10-02 12:34:33 +0100
commit04dd9b4c9c877a9d2be838101c19ae096277c692 (patch)
treeadd1b43296200dd789324dc45f3cede44d1f52f8 /tools
parentb1d29352bc98194d2decbef592eb72212b651492 (diff)
Use AC_PROG_MKDIR_P and MKDIR_P instead of AM_PROG_MKDIR_P and mkdir_p
The latter are deprecated, and recent Automake makes a lot of noise about them. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69885 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Diffstat (limited to 'tools')
-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