[OpenAFS-devel] make -j src/roken dependencies?

Troy Benjegerdes hozer@hozed.org
Thu, 18 Oct 2012 19:36:14 -0500


I ran into a problem where if I did something like
'make -j12', that include/roken.h would not be put in
place before something like src/auth/userok.c, was 
built, and the build would blow up later with 'rk_rename'
undefined errors during link.

Is there a clean way to put this into the dependencies
in the top-level makefile?