diff options
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index e7b21ab..756d7d5 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 |