diff options
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index 0c9a964..e124422 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -54,7 +54,7 @@ ifeq ($(filter $(TARGETS_TO_BUILD), X86),) endif # Don't build edis if we explicitly disabled it. -ifneq ($(DISABLE_EDIS),1) +ifeq ($(DISABLE_EDIS),1) PARALLEL_DIRS := $(filter-out edis, $(PARALLEL_DIRS)) endif |