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 376338c commit f5cc6afCopy full SHA for f5cc6af
1 file changed
GNUmakefile
@@ -217,10 +217,10 @@ HASHSUM_PROGS := \
217
$(info Detected OS = $(OS))
218
219
ifneq ($(OS),Windows_NT)
220
- PROGS := $(PROGS) $(UNIX_PROGS)
+ PROGS += $(UNIX_PROGS)
221
endif
222
ifeq ($(SELINUX_ENABLED),1)
223
- PROGS := $(PROGS) $(SELINUX_PROGS)
+ PROGS += $(SELINUX_PROGS)
224
225
226
UTILS ?= $(filter-out $(SKIP_UTILS),$(PROGS))
0 commit comments