On my macOS 21 (Monterey), /usr/bin/make is GNU make 3.81, and no gmake is provided as a part of Xcode command line utility, I think. For newer GNU make, like 4.x, maybe the users have to consider to use homebrew or something like that, although I don't know manual installation of newer GNU make to /usr/bin has a harmful impact...
Regards,
mpsuzuki
On 2022/10/17 13:49, Werner LEMBERG wrote:
My suspicion is that you're running the old, broken version of GNU
make that Apple ships with its Xcode environment.
Maybe the new GNU make is called 'gmake' on this platform?
Werner