summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-10-02 16:47:19 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-10-09 17:58:28 +0100
commitc21d633ef135331c95f65786f394627a924588cb (patch)
tree1a36b81adffe67a34c05dc60a386c07f8879570a /extensions
parent3a0d46b14462004f487e85a41f47ecbca621f6cf (diff)
downloadtelepathy-gabble-c21d633ef135331c95f65786f394627a924588cb.tar.gz
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 <guillaume.desmottes@collabora.co.uk>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 $@