components/gcc3/patches/gcc.makefile.in.patch
author Petr Nyc <Petr.Nyc@Oracle.COM>
Wed, 05 Nov 2014 23:11:04 -0800
branchs11u2-sru
changeset 3456 b9b1ad924d34
parent 246 0878f7720e3e
permissions -rw-r--r--
ips-buildinfo.mk for S11.2SRU5.1

*** 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.