summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2014-07-10 15:39:05 +0100
committerTheodore Ts'o <tytso@mit.edu>2018-08-11 15:29:48 -0400
commit5abc0414922a3c99a80fdc53b1acb0f44f6e2aac (patch)
tree4c35f84ac29e5f10fc2cf2bf31ceee99dacdbdec /po
parentcdca044059ac8f6dec8bb641ef1bdd9bac0910e2 (diff)
build: use MKDIR_P instead of MKINSTALLDIRS
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'po')
-rw-r--r--po/Makefile.in.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index eff37d33..67e1f2f4 100644
--- a/po/Makefile.in.in
+++ b/po/Makefile.in.in
@@ -29,8 +29,7 @@ gettextsrcdir = $(datadir)/gettext/po
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
-MKINSTALLDIRS = @MKINSTALLDIRS@
-mkinstalldirs = $(SHELL) $(MKINSTALLDIRS)
+mkinstalldirs = @MKDIR_P@
GMSGFMT = @GMSGFMT@
MSGFMT = @MSGFMT@