From e9fc5a2d020014a21200c232d6b8873e7cfbe537 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 3 Jun 2010 17:16:21 +0000 Subject: [PATCH] Re-generated Makefile --- po/Makefile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/po/Makefile b/po/Makefile index f07c625..43ffa04 100644 --- a/po/Makefile +++ b/po/Makefile @@ -31,15 +31,15 @@ distclean: clean $(RM) $(TARGETS) install: all - ./gettext.sh -p "$(PREFIX)" install "de.mo" - ./gettext.sh -p "$(PREFIX)" install "es.mo" - ./gettext.sh -p "$(PREFIX)" install "fr.mo" - ./gettext.sh -p "$(PREFIX)" install "it.mo" + ./gettext.sh -p "$(DESTDIR)$(PREFIX)" install "de.mo" + ./gettext.sh -p "$(DESTDIR)$(PREFIX)" install "es.mo" + ./gettext.sh -p "$(DESTDIR)$(PREFIX)" install "fr.mo" + ./gettext.sh -p "$(DESTDIR)$(PREFIX)" install "it.mo" uninstall: - ./gettext.sh -p "$(PREFIX)" uninstall "de.mo" - ./gettext.sh -p "$(PREFIX)" uninstall "es.mo" - ./gettext.sh -p "$(PREFIX)" uninstall "fr.mo" - ./gettext.sh -p "$(PREFIX)" uninstall "it.mo" + ./gettext.sh -p "$(DESTDIR)$(PREFIX)" uninstall "de.mo" + ./gettext.sh -p "$(DESTDIR)$(PREFIX)" uninstall "es.mo" + ./gettext.sh -p "$(DESTDIR)$(PREFIX)" uninstall "fr.mo" + ./gettext.sh -p "$(DESTDIR)$(PREFIX)" uninstall "it.mo" .PHONY: all clean distclean install uninstall