https://sourceware.org/bugzilla/show_bug.cgi?id=2587
parakleta at gmail dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |parakleta at gmail dot com
--- Comment #3 from parakleta at gmail dot com ---
I don't know how the Apple specific variant of `gmake` was at the time this bug
was resolved, but the relevant build rules are now part of mainline gmake
http://git.savannah.gnu.org/cgit/make.git/commit/default.c?id=eda0e24ccdae279a2c12059242ef89a22c274047
but it was added as an old-style suffix rule, so this patch now does nothing
(since it is not a builtin pattern rule).
The two options to resolve it appear to be either disabling all builtin rules
(can be done with `.MAKEFLAGS: -r`) or else change the suffix order so that
'.c' comes before '.m'.
The suffix order was correct before 6bf9431b7430d0c30268c62f78a940657c8d6fbe
rebuilt the `makefile.in` file (maybe this was a change in the behaviour of
automake?).
--
You are receiving this mail because:
You are on the CC list for the bug.