* Makefile.in (.po.gmo): Use POSIXLY_CORRECT argument ordering.

From-SVN: r47838
This commit is contained in:
Nathan Sidwell 2001-12-10 09:37:11 +00:00 committed by Nathan Sidwell
parent 2a74463013
commit bc524dd028
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-12-09 Nathan Sidwell <nathan@codesourcery.com>
* Makefile.in (.po.gmo): Use POSIXLY_CORRECT argument ordering.
Sun Dec 9 21:57:24 2001 Douglas B. Rupp <rupp@gnat.com>
* config/alpha/t-vms (EXTRA_PARTS): Append $(VMS_EXTRA_PARTS)

View File

@ -3319,7 +3319,7 @@ update-po: $(CATALOGS:.gmo=.pox)
# script does that.
.po.gmo:
-test -d po || mkdir po
$(GMSGFMT) --statistics $< -o $@
$(GMSGFMT) --statistics -o $@ $<
# The new .po has to be gone over by hand, so we deposit it into
# build/po with a different extension.