From 6727c561857fdbbae3f8d844e9679779047b366d Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 20 Apr 2005 15:59:03 +0000 Subject: [PATCH] MKINSTALLDIRS -> mkinstalldirs since it seems to work for more people SVN revision: 14262 --- po/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/Makefile.am b/po/Makefile.am index c7a596ad9..da93aed85 100644 --- a/po/Makefile.am +++ b/po/Makefile.am @@ -55,7 +55,7 @@ install-poDATA: uninstall-poDATA: install-data-local: for L in $(LANGS); do \ - $(MKINSTALLDIRS) $(DESTDIR)$(datadir)/locale/$$L/LC_MESSAGES; \ + $(mkinstalldirs) $(DESTDIR)$(datadir)/locale/$$L/LC_MESSAGES; \ $(INSTALL_DATA) \ $$L.mo $(DESTDIR)$(datadir)/locale/$$L/LC_MESSAGES/$(PACKAGE).mo; \ done