summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 756d7d58c3..e7b21ab497 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -33,7 +33,7 @@ endif
# No support for lto / gold on windows targets
ifeq ($(OS), $(filter $(OS), Cygwin MingW))
- DIRS := $(filter-out lto gold, $(DIRS))
+ DIRS = $(filter-out lto gold, $(DIRS))
endif
include $(LEVEL)/Makefile.common