aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/po
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2001-12-17 09:19:04 +0000
committerNathan Sidwell <nathan@gcc.gnu.org>2001-12-17 09:19:04 +0000
commitddff03932ed0a119adde222aee2aff847a9d4eb1 (patch)
tree2a87d45439ccde2b150327cb05b512e7b0cca785 /libstdc++-v3/po
parent232fd111f98a28011b7400bc57473a831c7d4c3e (diff)
downloadgcc-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
Diffstat (limited to 'libstdc++-v3/po')
-rw-r--r--libstdc++-v3/po/Makefile.am2
-rw-r--r--libstdc++-v3/po/Makefile.in2
2 files changed, 2 insertions, 2 deletions
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: