diff options
author | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-17 09:19:04 +0000 |
---|---|---|
committer | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-17 09:19:04 +0000 |
commit | 136229e4c54e654f96d47ae185cb215ac68539fa (patch) | |
tree | 2a87d45439ccde2b150327cb05b512e7b0cca785 /libstdc++-v3/po/Makefile.am | |
parent | 4b384d5b56fa9ead58ddea2fd6f11ef5654ab6d7 (diff) | |
download | gcc-136229e4c54e654f96d47ae185cb215ac68539fa.tar.gz |
* po/Makefile.am (.po.mo): Use POSIXLY_CORRECT argument ordering.
* po/Makefile.in: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48098 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/po/Makefile.am')
-rw-r--r-- | libstdc++-v3/po/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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: |