|
From: | parakleta at gmail dot com |
Subject: | [Bug gprof/2587] Failed to build gprof under gmake patched by Apple. |
Date: | Wed, 13 Nov 2019 21:47:43 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=2587 --- Comment #8 from parakleta at gmail dot com --- (In reply to parakleta from comment #7) > I've just realised that changing the order of rules may not work. Ignore this. There is an explicit dependency on the "BUILT_SOURCES" existing which forces the '.m -> .c' step to occur before other dependency checking is performed so long as the 'all' target is used, so this is good enough. I think just changing the 'SUFFIXES = .m' to 'SUFFIXES = .c .m' and rebuilding the "makefile.in" should do it. -- You are receiving this mail because: You are on the CC list for the bug.
[Prev in Thread] | Current Thread | [Next in Thread] |