[PATCH v2 17/17] build: remove refs to obsolescent 'mkinstalldir' script and variable

Stefano Lattarini <[email protected]>
Newsgroups gmane.comp.sysutils.autoconf.patches
Message-ID <b1aba910b3e2352b5b925b118072bf4279b0a26a.1367846278.git.stefano.lattarini@gmail.com>
* .gitignore: Here.
* Makefile.am (check-coverage-run): Use $(MKDIR_P) rather than
$(mkinstalldirs).

Signed-off-by: Stefano Lattarini <[email protected]>
---
 .gitignore  | 1 -
 Makefile.am | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 033b037..3c0d75b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -53,7 +53,6 @@ Makefile.in
 /build-aux/install-sh
 /build-aux/mdate-sh
 /build-aux/missing
-/build-aux/mkinstalldirs
 /config.cache
 /config.log
 /config.status
diff --git a/Makefile.am b/Makefile.am
index e1ec0d2..8f8e7c7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -139,7 +139,7 @@ PERL_COVERAGE_FLAGS = -MDevel::Cover=-db,$(PERL_COVERAGE_DB),-silent,on,-summary
 PERL_COVER = cover
 
 check-coverage-run: all
-	$(mkinstalldirs) $(PERL_COVERAGE_DB)
+	$(MKDIR_P) $(PERL_COVERAGE_DB)
 	PERL5OPT="$(PERL_COVERAGE_FLAGS)"; export PERL5OPT; \
 	$(MAKE) $(AM_MAKEFLAGS) check
 
-- 
1.8.3.rc0.19.g7e6a0cc
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.