246N/A*** gcc-3.4.3/gcc/Makefile.in.orig Sat Oct 27 14:36:42 2007
246N/A--- gcc-3.4.3/gcc/Makefile.in Sat Oct 27 14:37:25 2007
246N/A***************
246N/A*** 3859,3865 ****
246N/A # script does that.
246N/A .po.gmo:
246N/A -test -d po || mkdir po
246N/A! $(GMSGFMT) --statistics -o $@ $<
246N/A
246N/A # The new .po has to be gone over by hand, so we deposit it into
246N/A # build/po with a different extension.
246N/A--- 3859,3865 ----
246N/A # script does that.
246N/A .po.gmo:
246N/A -test -d po || mkdir po
246N/A! $(GMSGFMT) -o $@ $<
246N/A
246N/A # The new .po has to be gone over by hand, so we deposit it into
246N/A # build/po with a different extension.