changeset 14307:8c6ff808902c

Makefile: s/MKDIR_P/mkdir_p/ to make it actually work
author Timo Sirainen <tss@iki.fi>
date Thu, 08 Mar 2012 10:21:09 +0200
parents 334424e7465e
children 91438eb4fad8
files Makefile.am
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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'|" \