We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed4f808 commit 4526136Copy full SHA for 4526136
1 file changed
GNUmakefile
@@ -219,10 +219,10 @@ HASHSUM_PROGS := \
219
$(info Detected OS = $(OS))
220
221
ifneq ($(OS),Windows_NT)
222
- PROGS := $(PROGS) $(UNIX_PROGS)
+ PROGS += $(UNIX_PROGS)
223
endif
224
ifeq ($(SELINUX_ENABLED),1)
225
- PROGS := $(PROGS) $(SELINUX_PROGS)
+ PROGS += $(SELINUX_PROGS)
226
227
228
UTILS ?= $(filter-out $(SKIP_UTILS),$(PROGS))
0 commit comments