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. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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