dovecot-2.2: Makefile: s/MKDIR_P/mkdir_p/ to make it actually work

dovecot at dovecot.org dovecot at dovecot.org
Sun May 20 03:26:26 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/8c6ff808902c
changeset: 14307:8c6ff808902c
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Mar 08 10:21:09 2012 +0200
description:
Makefile: s/MKDIR_P/mkdir_p/ to make it actually work

diffstat:

 Makefile.am |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 334424e7465e -r 8c6ff808902c Makefile.am
--- a/Makefile.am	Wed Mar 07 20:16:33 2012 +0200
+++ b/Makefile.am	Thu Mar 08 10:21:09 2012 +0200
@@ -59,7 +59,7 @@
 endif
 
 install-exec-hook:
-	$(MKDIR_P) $(DESTDIR)$(pkglibdir); \
+	$(mkdir_p) $(DESTDIR)$(pkglibdir); \
 	grep -v '^LIBDOVECOT_.*_INCLUDE' dovecot-config | \
 	grep -v '^LIBDOVECOT.*_DEPS' | sed \
 	-e "s|^\(LIBDOVECOT\)=.*$$|\1='-L$(pkglibdir) -ldovecot'|" \


More information about the dovecot-cvs mailing list