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@codesourcery.com>2001-12-17 09:19:04 +0000
commit45173fb3c89dfd0b6c57524d0d5ea86490f58ecf (patch)
tree2a87d45439ccde2b150327cb05b512e7b0cca785 /libstdc++-v3/po
parent898ff15125fde0a4d2b291c6e5b9e5245dd58b3e (diff)
* po/Makefile.am (.po.mo): Use POSIXLY_CORRECT argument ordering.
* po/Makefile.in: Regenerated. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@48098 138bc75d-0d04-0410-961f-82ee72b054a4
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 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: