View Single Post
Old 07 June 2023, 20:01   #15
paraj
Registered User
 
paraj's Avatar
 
Join Date: Feb 2017
Location: Denmark
Posts: 1,182
Ah, I can reproduce you issue with just:
Code:
.PHONY: test
test:
        echo Hello!
This gives:
Code:
echo Hello!
sh: /bin/sh: No such file or directory
sh: *** [Makefile:3: test] Error 127
Adding "SHELL=sh" to the start of the makefile resolves it.

Not sure what's causing it, but I think you can work around it by using another version of "make" with the amiga-gcc distribution (needs to be earlier in the path obviously). I'm using the one from https://nuwen.net/mingw.html (for the gcc part) but YMMV.
paraj is offline  
 
Page generated in 0.04341 seconds with 11 queries