bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug gprof/2587] New: Failed to build gprof under gmake patched by A


From: Nick Clifton
Subject: Re: [Bug gprof/2587] New: Failed to build gprof under gmake patched by Apple.
Date: Tue, 25 Apr 2006 17:22:46 +0100
User-agent: Thunderbird 1.5 (X11/20051201)

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]