Commit bc524dd0 by Nathan Sidwell Committed by Nathan Sidwell

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

From-SVN: r47838
parent 2a744630
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)
......
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment