diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2001-12-17 09:19:04 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@gcc.gnu.org> | 2001-12-17 09:19:04 +0000 |
commit | ddff03932ed0a119adde222aee2aff847a9d4eb1 (patch) | |
tree | 2a87d45439ccde2b150327cb05b512e7b0cca785 | |
parent | 232fd111f98a28011b7400bc57473a831c7d4c3e (diff) | |
download | gcc-ddff03932ed0a119adde222aee2aff847a9d4eb1.zip gcc-ddff03932ed0a119adde222aee2aff847a9d4eb1.tar.gz gcc-ddff03932ed0a119adde222aee2aff847a9d4eb1.tar.bz2 |
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
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/po/Makefile.am | 2 | ||||
-rw-r--r-- | libstdc++-v3/po/Makefile.in | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index d4d063f..79feca4 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -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. diff --git a/libstdc++-v3/po/Makefile.am b/libstdc++-v3/po/Makefile.am index b7c3309..64f799b 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 b8a93ae..cb78294 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: |