From ddff03932ed0a119adde222aee2aff847a9d4eb1 Mon Sep 17 00:00:00 2001 From: Nathan Sidwell Date: Mon, 17 Dec 2001 09:19:04 +0000 Subject: [PATCH] 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 --- libstdc++-v3/ChangeLog | 5 +++++ libstdc++-v3/po/Makefile.am | 2 +- libstdc++-v3/po/Makefile.in | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index d4d063f23730..79feca47fe38 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2001-12-16 Nathan Sidwell + + * po/Makefile.am (.po.mo): Use POSIXLY_CORRECT argument ordering. + * po/Makefile.in: Regenerated. + 2001-12-16 Paolo Carlini * testsuite/21_strings/assign.cc (test01): Add tests. diff --git a/libstdc++-v3/po/Makefile.am b/libstdc++-v3/po/Makefile.am index b7c3309df9b3..64f799ba62de 100644 --- a/libstdc++-v3/po/Makefile.am +++ b/libstdc++-v3/po/Makefile.am @@ -41,7 +41,7 @@ DISTFILES = \ $(LOCALE_IN) .po.mo: - $(MSGFMT) $< -o $@ + $(MSGFMT) -o $@ $< all-local: all-local-@USE_NLS@ all-local-no: diff --git a/libstdc++-v3/po/Makefile.in b/libstdc++-v3/po/Makefile.in index b8a93ae010d1..cb7829476c32 100644 --- a/libstdc++-v3/po/Makefile.in +++ b/libstdc++-v3/po/Makefile.in @@ -280,7 +280,7 @@ mostlyclean distclean maintainer-clean .po.mo: - $(MSGFMT) $< -o $@ + $(MSGFMT) -o $@ $< all-local: all-local-@USE_NLS@ all-local-no: -- 2.43.5