OSDN Git Service

* Makefile.in (.po.gmo): Use POSIXLY_CORRECT argument ordering.
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Dec 2001 09:37:11 +0000 (09:37 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Dec 2001 09:37:11 +0000 (09:37 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47838 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in

index d832d93..0a6315b 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 906c2b0..6e2df4a 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.