diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-08-23 21:01:21 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-08-23 21:01:21 +0000 |
commit | 33280055c72fd53c4f85db213d7415ca0a064a7e (patch) | |
tree | 533c9ae5bdc1567c3e06f708478822e16c10ab3a /perl-install/share/po/Makefile | |
parent | 9055935d2adbdb679ec1ccdbd728ba2c542a60f8 (diff) | |
download | drakx-backup-do-not-use-33280055c72fd53c4f85db213d7415ca0a064a7e.tar drakx-backup-do-not-use-33280055c72fd53c4f85db213d7415ca0a064a7e.tar.gz drakx-backup-do-not-use-33280055c72fd53c4f85db213d7415ca0a064a7e.tar.bz2 drakx-backup-do-not-use-33280055c72fd53c4f85db213d7415ca0a064a7e.tar.xz drakx-backup-do-not-use-33280055c72fd53c4f85db213d7415ca0a064a7e.zip |
no_comment
Diffstat (limited to 'perl-install/share/po/Makefile')
-rw-r--r-- | perl-install/share/po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/share/po/Makefile b/perl-install/share/po/Makefile index 9f3f08d30..331b4f16b 100644 --- a/perl-install/share/po/Makefile +++ b/perl-install/share/po/Makefile @@ -13,7 +13,7 @@ $(FROMPOFILES): %.pm: %.po $(POFILES): empty.po cp -f $@ $@t - msgmerge $@t $< > $@ + msgmerge $< $@t > $@ rm $@t empty.po: $(PMSFILES) |