From e290b1f77a59f20fe6628837554916cabec22673 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 21 Feb 2007 17:05:04 +0000 Subject: =?UTF-8?q?2007-02-21=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Makefile.am: Use MKDIR_P instead of mkdir_p. --- ChangeLog | 4 ++++ Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cd82ffce77..256faa7e30 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-02-21 Ralf Corsépius + + * Makefile.am: Use MKDIR_P instead of mkdir_p. + 2007-02-15 Ralf Corsépius * Makefile.maint: Use VERSION as master source for version.m4's. diff --git a/Makefile.am b/Makefile.am index 28bc2b9215..72e314980d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,7 +23,7 @@ dist-hook: if test -f $(distdir)/$$i/configure.ac; then : ; \ else \ d=`dirname $(distdir)/$$i`; \ - $(mkdir_p) $$d;\ + $(MKDIR_P) $$d;\ echo "cp -pR $(srcdir)/$$i $(distdir)/$$i"; \ cp -pR $(srcdir)/$$i $(distdir)/$$i; \ fi; \ -- cgit v1.2.3