Home | History | Annotate | Download | only in gcc
      1 *** gcc-3.4.3/gcc/Makefile.in.orig	Sat Oct 27 14:36:42 2007
      2 --- gcc-3.4.3/gcc/Makefile.in	Sat Oct 27 14:37:25 2007
      3 ***************
      4 *** 3859,3865 ****
      5   # script does that.
      6   .po.gmo:
      7   	-test -d po || mkdir po
      8 ! 	$(GMSGFMT) --statistics -o $@ $<
      9   
     10   # The new .po has to be gone over by hand, so we deposit it into
     11   # build/po with a different extension.
     12 --- 3859,3865 ----
     13   # script does that.
     14   .po.gmo:
     15   	-test -d po || mkdir po
     16 ! 	$(GMSGFMT) -o $@ $<
     17   
     18   # The new .po has to be gone over by hand, so we deposit it into
     19   # build/po with a different extension.
     20