diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2010-08-10 01:34:25 +0400 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2010-10-21 03:12:38 +0400 |
commit | ceba72a68d17ee36ef24a71b80dde39ee934ece8 (patch) | |
tree | 912582b629745d650e9f8ae6fecb42e4345e3900 /security/selinux/ss | |
parent | 119041672592d1890d89dd8f194bd0919d801dc8 (diff) | |
download | linux-ceba72a68d17ee36ef24a71b80dde39ee934ece8.tar.xz |
selinux: fix parallel compile error
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@windriver.com>
Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'security/selinux/ss')
0 files changed, 0 insertions, 0 deletions