On Mon, 9 Aug 2010, Paul Gortmaker wrote: > Selinux has an autogenerated file, "flask.h" which is included by > two other selinux files. The current makefile has a single dependency > on the first object file in the selinux-y list, assuming that will get > flask.h generated before anyone looks for it, but that assumption breaks > down in a "make -jN" situation and you get: > > selinux/selinuxfs.c:35: fatal error: flask.h: No such file or directory > compilation terminated. > remake[9]: *** [security/selinux/selinuxfs.o] Error 1 > > Since flask.h is included by security.h which in turn is included > nearly everywhere, make the dependency apply to all of the selinux-y > list of objs. > > Signed-off-by: Paul Gortmaker <paul.gortmaker@xxxxxxxxxxxxx> Applied to git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6#next -- James Morris <jmorris@xxxxxxxxx> -- This message was distributed to subscribers of the selinux mailing list. If you no longer wish to subscribe, send mail to majordomo@xxxxxxxxxxxxx with the words "unsubscribe selinux" without quotes as the message.