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