On Sat, Aug 20, 2022 at 11:36 AM Alejandro Colomar <alx.manpa...@gmail.com> wrote: > Why does make(1) need to special-case a leading ./ ?
If your makefile has a rule like foo.x: foo.z; cp $< $@ then make foo.x and make ./foo.x both produce the same file. regards, Dmitry