]> git.0d.be Git - empathy.git/blobdiff - tools/lcov.am
Use AC_PROG_MKDIR_P and MKDIR_P instead of AM_PROG_MKDIR_P and mkdir_p
[empathy.git] / tools / lcov.am
index 80023cb78d0c637ed666af6b4446018deb19823f..d2d282ac34a33dc25f938e5aff792b4c94b6af3c 100644 (file)
@@ -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
        echo "Coming soon!" > @top_builddir@/lcov.html/index.html
        git_commit=`GIT_DIR=@top_srcdir@/.git git log -1 --pretty=format:%h 2>/dev/null`;\
        genhtml --title "@PACKAGE_STRING@ $$git_commit" \