summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-10-02 19:04:27 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-10-09 18:43:00 +0100
commit6edb23ff8f07b112c14ddf231b8bcf034b9d7b15 (patch)
tree49c1a1d7fd7b0a45c24b5a10816e1d7361df20b2
parent48f72075ee0e7246886d6b64243bf45767cbb2fd (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>
-rw-r--r--tools/lcov.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lcov.am b/tools/lcov.am
index 09f2534..44614e2 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