summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-22 12:06:46 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-22 12:35:29 +0200
commit506d80481e303bdc03cf93e0688a96d2253bf822 (patch)
tree70e3a40d46032470c888605956ae9c96369bb712 /extensions
parent4b0430db4bf7cdbef60290bdcca94bd1e5cf05d3 (diff)
Use AC_PROG_MKDIR_P and MKDIR_P instead of AM_PROG_MKDIR_P and mkdir_p
The latter are deprecated, and recent Automake makes a lot of noise about them.
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 69e7c00d0..f72c407c0 100644
--- a/extensions/Makefile.am
+++ b/extensions/Makefile.am
@@ -59,7 +59,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 $< > $@
extensions.html: _gen/all.xml $(tools_dir)/doc-generator.xsl
@@ -94,7 +94,7 @@ _gen/interfaces-body.h _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 $< > $@
_gen/cli-misc-body.h: _gen/cli-misc.h