Cross Reference: gcc.makefile.in.patch
xref
: /
solaris-userland
/
components
/
gcc3
/
patches
/
gcc.makefile.in.patch
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
246
N/A
***
gcc-3.4.3/gcc/Makefile.in.orig
Sat Oct 27 14:36:42 2007
246
N/A
---
gcc-3.4.3/gcc/Makefile.in
Sat Oct 27 14:37:25 2007
246
N/A
***************
246
N/A
*** 3859,3865 ****
246
N/A
# script does that.
246
N/A
.po.gmo
:
246
N/A
-test -d po || mkdir po
246
N/A
! $(GMSGFMT) --statistics -o $@ $<
246
N/A
246
N/A
# The new .po has to be gone over by hand, so we deposit it into
246
N/A
#
build/po
with a different extension.
246
N/A
--- 3859,3865 ----
246
N/A
# script does that.
246
N/A
.po.gmo
:
246
N/A
-test -d po || mkdir po
246
N/A
! $(GMSGFMT) -o $@ $<
246
N/A
246
N/A
# The new .po has to be gone over by hand, so we deposit it into
246
N/A
#
build/po
with a different extension.