diff options
Diffstat (limited to 'perl-install/standalone/po/Makefile')
-rw-r--r-- | perl-install/standalone/po/Makefile | 2 |
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 ; \ |