From 5abc0414922a3c99a80fdc53b1acb0f44f6e2aac Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 10 Jul 2014 15:39:05 +0100 Subject: build: use MKDIR_P instead of MKINSTALLDIRS Signed-off-by: Theodore Ts'o --- MCONFIG.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MCONFIG.in') diff --git a/MCONFIG.in b/MCONFIG.in index 22b74eba..852286a6 100644 --- a/MCONFIG.in +++ b/MCONFIG.in @@ -110,7 +110,7 @@ LDCONFIG = @LDCONFIG@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ -MKINSTALLDIRS = @MKINSTALLDIRS@ +MKDIR_P = @MKDIR_P@ # # Library definitions -- cgit v1.2.1