Makefile.am (.po.mo): Use POSIXLY_CORRECT argument ordering.
authorNathan Sidwell <nathan@codesourcery.com>
Mon, 17 Dec 2001 09:19:04 +0000 (09:19 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Mon, 17 Dec 2001 09:19:04 +0000 (09:19 +0000)
* po/Makefile.am (.po.mo): Use POSIXLY_CORRECT argument ordering.
* po/Makefile.in: Regenerated.

From-SVN: r48098

libstdc++-v3/ChangeLog
libstdc++-v3/po/Makefile.am
libstdc++-v3/po/Makefile.in

index d4d063f237309b4c6b2308173bcb7612ca2e4fa6..79feca47fe38884504e8ff47e4d3812133f977c9 100644 (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.
index b7c3309df9b38b6d5726d0e9bae082c88fa056e0..64f799ba62dea6623eb4885fa52bf9354520badb 100644 (file)
@@ -41,7 +41,7 @@ DISTFILES = \
        $(LOCALE_IN) 
 
 .po.mo:
-       $(MSGFMT) $< -o $@
+       $(MSGFMT) -o $@ $<
 
 all-local: all-local-@USE_NLS@
 all-local-no: 
index b8a93ae010d1c93c66dc96dff277e69034e7805a..cb7829476c3272cbcf46e62fb7cca1eb20bcbc93 100644 (file)
@@ -280,7 +280,7 @@ mostlyclean distclean maintainer-clean
 
 
 .po.mo:
-       $(MSGFMT) $< -o $@
+       $(MSGFMT) -o $@ $<
 
 all-local: all-local-@USE_NLS@
 all-local-no: