------- Additional Comments From nickc at redhat dot com  2006-04-25 16:22 
-------
Subject: Re:  New: Failed to build gprof under gmake patched
 by     Apple.

Hi Masaki,

> Building gprof was failed because of patched gmake (bundled with OSX).
> Follow is a patch to disable a builtin suffix rule.

>  diststuff: $(BUILT_SOURCES) info $(man_MANS)
>  
> +# this empry rule is a hack against gmake patched by Apple.
> +%.o:%.m
> +
>  .m.c:
>         awk -f $(srcdir)/gen-c-prog.awk > ./$*.c ?
>             FUNCTION=`(echo $*|sed -e 's,.*/,,g' -e 's/_bl//')`_blurb ?

I have applied this patch, although obviously we hope that Apple will 
fix their version of gmake as well.

Cheers
   Nick




-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2587

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to