telepathy-rakia: Use MKDIR_P, not deprecated mkdir_p

Simon McVittie smcv at kemper.freedesktop.org
Wed Oct 9 10:44:11 PDT 2013


Module: telepathy-rakia
Branch: master
Commit: 6edb23ff8f07b112c14ddf231b8bcf034b9d7b15
URL:    http://cgit.freedesktop.org/telepathy/telepathy-rakia/commit/?id=6edb23ff8f07b112c14ddf231b8bcf034b9d7b15

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Wed Oct  2 19:04:27 2013 +0100

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 at collabora.co.uk>

---

 tools/lcov.am |    2 +-
 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



More information about the telepathy-commits mailing list