From c21d633ef135331c95f65786f394627a924588cb Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 2 Oct 2013 16:47:19 +0100 Subject: Use MKDIR_P instead of deprecated mkdir_p In theory, AC_PROG_MKDIR_P only sets MKDIR_P, although for now it also sets the deprecated mkdir_p for compatibility with AM_PROG_MKDIR_P. Similar to MC commit 04dd9b4. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=70045 Reviewed-by: Guillaume Desmottes --- extensions/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions') diff --git a/extensions/Makefile.am b/extensions/Makefile.am index 07899a123..2e4ac3690 100644 --- a/extensions/Makefile.am +++ b/extensions/Makefile.am @@ -48,7 +48,7 @@ DROP_NAMESPACE = sed -e 's@xmlns:tp="http://telepathy\.freedesktop\.org/wiki/Dbu XSLTPROCFLAGS = --nonet --novalid _gen/all.xml: all.xml $(wildcard *.xml) Makefile.am - @$(mkdir_p) _gen + @$(MKDIR_P) _gen $(AM_V_GEN)$(PYTHON) $(tools_dir)/xincludator.py \ $< > $@.tmp && mv $@.tmp $@ -- cgit v1.2.1