components/gcc3/patches/gcc.makefile.in.patch
author Pramod Gunjikar <pramod.gunjikar@oracle.com>
Sat, 27 Jul 2013 07:19:32 -0700
changeset 1408 8bc5df437e67
parent 246 0878f7720e3e
permissions -rw-r--r--
16821677 qperf can not work between Solaris/Linux

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