summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-10-02 19:05:06 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-10-09 18:40:00 +0100
commit322a01893db6a4379ee558362245fcedb4342df5 (patch)
tree247c9b38d8be7778bcccb34fb9d98b3b2b21a62e /tools
parent0653d67287e9e5e7a19f72c502329505717a1807 (diff)
Use MKDIR_P, not deprecated mkdir_p
Similar to MC commit 04dd9b4. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=70045 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 7384f1b..d5bf2d4 100644
--- a/tools/lcov.am
+++ b/tools/lcov.am
@@ -7,7 +7,7 @@ lcov-report:
lcov --directory @top_srcdir@ --output-file @top_builddir@/lcov.info \
--remove @top_builddir@/lcov.info.tmp telepathy-glib-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