From: Nathan Sidwell Date: Mon, 17 Dec 2001 09:19:04 +0000 (+0000) Subject: Makefile.am (.po.mo): Use POSIXLY_CORRECT argument ordering. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ddff03932ed0a119adde222aee2aff847a9d4eb1;p=gcc.git 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 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index d4d063f2373..79feca47fe3 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 b7c3309df9b..64f799ba62d 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 b8a93ae010d..cb7829476c3 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: