From 7277a18cda9f5a6807d11cf4ceb9449b1c302c18 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Tue, 9 Feb 2010 17:27:08 -0500 Subject: [PATCH] doc: use $(mkdir_p) rather than $(MKDIR_P) due to automake 1.9.6 $(MKDIR_P) is not defined in automake 1.9. Signed-off-by: Gaetan Nadon --- specs/troffrules.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/troffrules.in b/specs/troffrules.in index af891209..93c56801 100644 --- a/specs/troffrules.in +++ b/specs/troffrules.in @@ -44,7 +44,7 @@ MOSTLYCLEANFILES = index.* # Install html generated images for specs install-data-local: - test -z "$(imagesdir)" || $(MKDIR_P) "$(DESTDIR)$(imagesdir)" + test -z "$(imagesdir)" || $(mkdir_p) "$(DESTDIR)$(imagesdir)" @d="$(srcdir)/images/"; \ list=`ls $$d`; \ for p in $$list; do \