check the syntax when compiling .po files into .mo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33605 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -20,7 +20,7 @@ XGETTEXT_ARGS=-C -k_ -kwxGetTranslation -kwxTRANSLATE -s -j
|
|||||||
|
|
||||||
# implicit rules
|
# implicit rules
|
||||||
%.mo: %.po
|
%.mo: %.po
|
||||||
$(MSGFMT) -o $@ $<
|
$(MSGFMT) -c -o $@ $<
|
||||||
|
|
||||||
# a PO file must be updated from wxstd.po to include new translations
|
# a PO file must be updated from wxstd.po to include new translations
|
||||||
%.po: wxstd.po
|
%.po: wxstd.po
|
||||||
|
Reference in New Issue
Block a user