Skip to content

Commit b78e067

Browse files
authored
Merge pull request #9221 from oech3/patch-1
GNUmakefile: generalize logic for SELINUX_PROGS for many platforms
2 parents 997d956 + e3689d6 commit b78e067

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GNUmakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ HASHSUM_PROGS := \
208208

209209
$(info Detected OS = $(OS))
210210

211-
# Don't build the SELinux programs on macOS (Darwin) and FreeBSD
212-
ifeq ($(filter $(OS),Darwin FreeBSD),$(OS))
211+
# Build the SELinux programs only on Linux
212+
ifeq ($(filter $(OS),Linux),)
213213
SELINUX_PROGS :=
214214
endif
215215

0 commit comments

Comments
 (0)