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:
Václav Slavík
2005-04-14 09:29:38 +00:00
parent 5c2f43f48f
commit c99d2f252f

View File

@@ -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