diff options
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in index e7d1ab2d..82864b26 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -33,7 +33,7 @@ gettextsrcdir = $(datadir)/gettext/po INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ mkinstalldirs = $(SHELL) @install_sh@ -d -mkdir_p = @mkdir_p@ +mkdir_p = @MKDIR_P@ GMSGFMT_ = @GMSGFMT@ GMSGFMT_no = @GMSGFMT@ |