summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2013-10-01 21:45:48 +0100
committerColin Guthrie <colin@mageia.org>2013-10-01 21:45:48 +0100
commitbf7157ad0c56457d386ffd0f6d0572aa9e5f66d7 (patch)
tree73bb7e53d98e9140a14ba9f0ac6941045c62ccd1
parent00c8fea70d10e3738b70d9eeb2cc9413bdf58eaf (diff)
downloaddrakx-bf7157ad0c56457d386ffd0f6d0572aa9e5f66d7.tar
drakx-bf7157ad0c56457d386ffd0f6d0572aa9e5f66d7.tar.gz
drakx-bf7157ad0c56457d386ffd0f6d0572aa9e5f66d7.tar.bz2
drakx-bf7157ad0c56457d386ffd0f6d0572aa9e5f66d7.tar.xz
drakx-bf7157ad0c56457d386ffd0f6d0572aa9e5f66d7.zip
i18n: 'merge' also depends on pot file.
-rw-r--r--perl-install/standalone/po/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/po/Makefile b/perl-install/standalone/po/Makefile
index 949114095..bfdf953b0 100644
--- a/perl-install/standalone/po/Makefile
+++ b/perl-install/standalone/po/Makefile
@@ -19,7 +19,7 @@ default: $(MOFILES)
update_n_merge: $(NAME).pot merge
-merge:
+merge: $(NAME).pot
for n in $(POFILES); do \
echo "Merging $$n"; \
msgmerge $$n $(NAME).pot > "$$n"t ; \