summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-10-02 19:05:06 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-10-09 18:40:00 +0100
commit322a01893db6a4379ee558362245fcedb4342df5 (patch)
tree247c9b38d8be7778bcccb34fb9d98b3b2b21a62e /extensions
parent0653d67287e9e5e7a19f72c502329505717a1807 (diff)
downloadtelepathy-haze-322a01893db6a4379ee558362245fcedb4342df5.tar.gz
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@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 239c599..ef94a8a 100644
--- a/extensions/Makefile.am
+++ b/extensions/Makefile.am
@@ -38,7 +38,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)$(XSLTPROC) $(XSLTPROCFLAGS) --xinclude $(tools_dir)/identity.xsl \
$< > $@