Re: fix mcount.po target in libc/gmon/Makefile.inc

2019-12-19 Thread Philip Guenther
On Thu, 19 Dec 2019, Theo Buehler wrote: > According to the comment in lib/libc/gmon/Makefile.inc, mcount needs > special treatment since it cannot be compiled with profiling or pie. > > When depend was removed as an independent target, this special case was > missed. Align it with the inference

fix mcount.po target in libc/gmon/Makefile.inc

2019-12-19 Thread Theo Buehler
According to the comment in lib/libc/gmon/Makefile.inc, mcount needs special treatment since it cannot be compiled with profiling or pie. When depend was removed as an independent target, this special case was missed. Align it with the inference rules in bsd.lib.mk. This also makes 'make clean' w