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
This commit is contained in:
parent
232fd111f9
commit
ddff03932e
@ -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.
|
||||
|
@ -41,7 +41,7 @@ DISTFILES = \
|
||||
$(LOCALE_IN)
|
||||
|
||||
.po.mo:
|
||||
$(MSGFMT) $< -o $@
|
||||
$(MSGFMT) -o $@ $<
|
||||
|
||||
all-local: all-local-@USE_NLS@
|
||||
all-local-no:
|
||||
|
@ -280,7 +280,7 @@ mostlyclean distclean maintainer-clean
|
||||
|
||||
|
||||
.po.mo:
|
||||
$(MSGFMT) $< -o $@
|
||||
$(MSGFMT) -o $@ $<
|
||||
|
||||
all-local: all-local-@USE_NLS@
|
||||
all-local-no:
|
||||
|
Loading…
Reference in New Issue
Block a user