On Sat, Jul 19, 2014 at 06:59:14PM +0000, Miod Vallat wrote: > Ah, I see; you're running `make regress' ; simply running `make' should > work correctly (it implies building, and the running the regress target, > when Makefile includes <bsd.regress.mk>).
That would fix it for the local case inside of /usr/src/regress. Wouldn't it still be an issue at the top level /usr/src/Makefile when you run 'make regression-tests' which calls make depend && make regress instead of make? I looked at the comments in /usr/src/regress/Makefile and it says to run 'make depend' followed by 'make regress'. I went looking in the tree for other cases where there's a lib dependency. /usr/src/regress/misc/sse2/libbar has 'regress: all'. Let me know which way you would prefer it fixed and I'll submit a new patch.
