From 212c0e6c04f77ee7ceb539e474c9b58d62784c61 Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Sun, 30 Oct 2005 08:07:03 +0100 Subject: [PATCH] Drop install-local-{yes,no} rules since logic was moved to the top Makefile --- po/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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; \