diff options
| author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-11-13 05:40:40 -0500 |
|---|---|---|
| committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-11-15 19:13:43 -0500 |
| commit | 2f3b55ac0e15857f46a3696e964bb244305223bf (patch) | |
| tree | afe588db9d19bad87e69b011828c016e2b213420 /scripts | |
| parent | e474ed45777bc230648186c0db990bd290383ada (diff) | |
selinux: remove unnecessary assignment to subdir-
Makefile.clean descends into $(subdir-y). Dummy assignment to subdir-
is meaningless.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/selinux/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/selinux/Makefile b/scripts/selinux/Makefile index e8049da1831f..b3048b894a39 100644 --- a/scripts/selinux/Makefile +++ b/scripts/selinux/Makefile | |||
| @@ -1,2 +1 @@ | |||
| 1 | subdir-y := mdp genheaders | subdir-y := mdp genheaders | |
| 2 | subdir- += mdp genheaders | ||
