* Makefile.in (.po.gmo): Use POSIXLY_CORRECT argument ordering.
authorNathan Sidwell <nathan@codesourcery.com>
Mon, 10 Dec 2001 09:37:11 +0000 (09:37 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Mon, 10 Dec 2001 09:37:11 +0000 (09:37 +0000)
From-SVN: r47838

gcc/ChangeLog
gcc/Makefile.in

index d832d93f2a51ee0b992c5019a30fa01bf0af578c..0a6315b1af09002c55be67a4ab3087c9fac05f90 100644 (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)
index 906c2b0b1a31e723950e86740ad985d3f3075999..6e2df4a9e92bac55f9a2ca8b823d754401d15242 100644 (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.