Commit ddff0393 by Nathan Sidwell Committed by Nathan Sidwell

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
parent 232fd111
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.
......
......@@ -41,7 +41,7 @@ DISTFILES = \
$(LOCALE_IN)
.po.mo:
$(MSGFMT) $< -o $@
$(MSGFMT) -o $@ $<
all-local: all-local-@USE_NLS@
all-local-no:
......
......@@ -280,7 +280,7 @@ mostlyclean distclean maintainer-clean
.po.mo:
$(MSGFMT) $< -o $@
$(MSGFMT) -o $@ $<
all-local: all-local-@USE_NLS@
all-local-no:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment