summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-10-31 14:10:32 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-11-07 18:22:18 +0000
commitece251a40c37483e20a4875f83e869c3309496cb (patch)
tree58e2553ddbc585cde793b2e2d7e3cd8ba9609706 /extensions
parentca39d56f7b830a92555199b7a702a0e1ebc90fd2 (diff)
Use AC_PROG_MKDIR_P, MKDIR_P instead of deprecated AM_PROG_MKDIR_P, mkdir_p
Similar to MC commit 04dd9b4. (cherry picked from commit 6b05f8f7b39b2dd77f4e71447a633b568cb1311c) Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71100
Diffstat (limited to 'extensions')
-rw-r--r--extensions/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/Makefile.am b/extensions/Makefile.am
index a7c263b..4f6c104 100644
--- a/extensions/Makefile.am
+++ b/extensions/Makefile.am
@@ -90,7 +90,7 @@ XSLTPROCFLAGS = --nonet --novalid
# Generated files which can be generated for all categories simultaneously
_gen/all.xml: all.xml $(wildcard *.xml) $(tools_dir)/xincludator.py
- $(mkdir_p) _gen
+ $(MKDIR_P) _gen
$(AM_V_GEN)$(PYTHON) $(tools_dir)/xincludator.py $< > $@
doc/index.html: _gen/all.xml $(tools_dir)/doc-generator.xsl
@@ -132,7 +132,7 @@ _gen/interfaces.h: _gen/all.xml \
# although you can subdivide further if you want.
_gen/misc.xml: misc.xml $(wildcard *.xml) $(tools_dir)/xincludator.py
- $(mkdir_p) _gen
+ $(MKDIR_P) _gen
$(AM_V_GEN)$(PYTHON) $(tools_dir)/xincludator.py $< > $@
# do nothing, output as a side-effect