From 941603dab1216ac132bc3827bd0f8bcd5f2ca6ea Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 2 Oct 2013 19:04:27 +0100 Subject: [PATCH 2/3] Use MKDIR_P, not deprecated mkdir_p Similar to MC commit 04dd9b4. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=70045 --- tools/lcov.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.4.rc3