summaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-09-12 14:53:01 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-09-12 14:53:01 +0000
commit43cd7e02087e050ff37c3308fc883ce003607cfe (patch)
treefd5ea2332e1be30316deb59c7adfa9400195fe07 /po/Makefile
parentaa216c015bbdaf796bdd9d222190c641cff41296 (diff)
downloaddrakpxelinux-43cd7e02087e050ff37c3308fc883ce003607cfe.tar
drakpxelinux-43cd7e02087e050ff37c3308fc883ce003607cfe.tar.gz
drakpxelinux-43cd7e02087e050ff37c3308fc883ce003607cfe.tar.bz2
drakpxelinux-43cd7e02087e050ff37c3308fc883ce003607cfe.tar.xz
drakpxelinux-43cd7e02087e050ff37c3308fc883ce003607cfe.zip
sync with code
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index 97f72ec..6ad1baf 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -26,7 +26,7 @@ placeholder.h:
merge: $(PGOAL).pot
@for n in $(POFILES); do \
echo "Merging $$n"; \
- msgmerge "$$n" $< > "$$n"t; \
+ msgmerge -C "$$n" "$$n" $< > "$$n"t; \
mv -f "$$n"t "$$n"; \
done