From: Anton Korobeynikov Date: Wed, 11 Mar 2009 21:05:21 +0000 (+0000) Subject: Another bug :( X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=773f57e66eed0d1b793a6e20057962d332cef9a1;p=oota-llvm.git Another bug :( git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66708 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/Makefile b/tools/Makefile index e7b21ab497d..756d7d58c3c 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