]> git.saurik.com Git - wxWidgets.git/blobdiff - locale/Makefile
Fix previous change in case somebody is still using
[wxWidgets.git] / locale / Makefile
index bd9212aae62abc479f2d9ff37f2bef80b6a5a4e7..28b84eb07874a45c93f3f53dc450ba4f919e5f70 100644 (file)
@@ -20,7 +20,7 @@ XGETTEXT_ARGS=-C -k_ -kwxGetTranslation -kwxTRANSLATE -s -j
 
 # implicit rules
 %.mo: %.po
 
 # implicit rules
 %.mo: %.po
-       $(MSGFMT) -o $@ $<
+       $(MSGFMT) -c -o $@ $<
 
 # a PO file must be updated from wxstd.po to include new translations
 %.po: wxstd.po
 
 # a PO file must be updated from wxstd.po to include new translations
 %.po: wxstd.po
@@ -46,9 +46,9 @@ force-update:
 stats: FORCE
        @for i in $(WX_LINGUAS); do \
                x=`$(MSGFMT) -o /dev/null "$$i.po" 2>&1 | sed -e 's/[,\.]//g' \
 stats: FORCE
        @for i in $(WX_LINGUAS); do \
                x=`$(MSGFMT) -o /dev/null "$$i.po" 2>&1 | sed -e 's/[,\.]//g' \
-                       -e 's/\([0-9]\+\) translated messages/TR=\1/' \
-                       -e 's/\([0-9]\+\) fuzzy translations/FZ=\1/' \
-                       -e 's/\([0-9]\+\) untranslated messages/UT=\1/'`; \
+                       -e 's/\([0-9]\+\) translated messages\?/TR=\1/' \
+                       -e 's/\([0-9]\+\) fuzzy translations\?/FZ=\1/' \
+                       -e 's/\([0-9]\+\) untranslated messages\?/UT=\1/'`; \
                TR=0 FZ=0 UT=0; \
                eval $$x; \
                TOTAL=`expr $$TR + $$FZ + $$UT`; \
                TR=0 FZ=0 UT=0; \
                eval $$x; \
                TOTAL=`expr $$TR + $$FZ + $$UT`; \