From 5244948ead4f1abfc2db87dad37234ca9155cc8c Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Tue, 6 Jul 2010 11:38:41 +0000 Subject: [PATCH] Re-generated Makefile --- po/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/po/Makefile b/po/Makefile index fc834e0..0341cc6 100644 --- a/po/Makefile +++ b/po/Makefile @@ -22,9 +22,9 @@ distclean: clean $(RM) $(TARGETS) install: all - ./gettext.sh -p "$(PREFIX)" install "fr.mo" + ./gettext.sh -p "$(DESTDIR)$(PREFIX)" install "fr.mo" uninstall: - ./gettext.sh -p "$(PREFIX)" uninstall "fr.mo" + ./gettext.sh -p "$(DESTDIR)$(PREFIX)" uninstall "fr.mo" .PHONY: all clean distclean install uninstall