diff --git a/po/Makefile b/po/Makefile index da3079aa1..092cd12bf 100644 --- a/po/Makefile +++ b/po/Makefile @@ -94,9 +94,7 @@ check-po: # # Use *-local targets to place and remove .gmo files. -install-local: install-local-$(CONFIG_NLS) -install-local-no: -install-local-yes: all-local +install-local: all-local $(MKINSTALLDIRS) $(DESTDIR)$(localedir) @$(foreach lang,$(basename $(if $(strip $(PO)),$(PO),$(CATALOGS))), \ $(MKINSTALLDIRS) $(DESTDIR)$(localedir)/$(lang)/LC_MESSAGES; \