mirror of
https://github.com/SELinuxProject/selinux
synced 2025-02-18 02:26:59 +00:00
The makefile does: SRCS= $(filter-out $A, $(filter-out $B, *)) When it can just do: SRCS= $(filter-out $A $B, *) Signed-off-by: Eric Paris <eparis@redhat.com> Acked-by: Dan Walsh <dwalsh@redhat.com> |
||
---|---|---|
.. | ||
include | ||
man | ||
src | ||
utils | ||
.gitignore | ||
ChangeLog | ||
LICENSE | ||
Makefile | ||
VERSION |