Follow-up Comment #1, bug #61226 (project make): This is an example of the failure
$ ls
makefile
$ cat makefile
hello.o: hello.d; touch $@ $<
hello.d:;
include hello.d
$ make
makefile:3: hello.d: No such file or directory
$ echo $?
2
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?61226>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
