Makefile.am (.po.mo): Use POSIXLY_CORRECT argument ordering.

* po/Makefile.am (.po.mo): Use POSIXLY_CORRECT argument ordering.
	* po/Makefile.in: Regenerated.

From-SVN: r48098
This commit is contained in:
Nathan Sidwell 2001-12-17 09:19:04 +00:00 committed by Nathan Sidwell
parent 232fd111f9
commit ddff03932e
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2001-12-16 Nathan Sidwell <nathan@codesourcery.com>
* po/Makefile.am (.po.mo): Use POSIXLY_CORRECT argument ordering.
* po/Makefile.in: Regenerated.
2001-12-16 Paolo Carlini <pcarlini@unitus.it>
* testsuite/21_strings/assign.cc (test01): Add tests.

View File

@ -41,7 +41,7 @@ DISTFILES = \
$(LOCALE_IN)
.po.mo:
$(MSGFMT) $< -o $@
$(MSGFMT) -o $@ $<
all-local: all-local-@USE_NLS@
all-local-no:

View File

@ -280,7 +280,7 @@ mostlyclean distclean maintainer-clean
.po.mo:
$(MSGFMT) $< -o $@
$(MSGFMT) -o $@ $<
all-local: all-local-@USE_NLS@
all-local-no: