summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2009-03-11 21:05:21 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2009-03-11 21:05:21 +0000
commit773f57e66eed0d1b793a6e20057962d332cef9a1 (patch)
treed0d49118dd10c45bc01e3a87e87e05708e365f07 /tools/Makefile
parent1d9887054afed2639d1c7490bc96f1e2cc7861ea (diff)
downloadllvm-773f57e66eed0d1b793a6e20057962d332cef9a1.tar.gz
llvm-773f57e66eed0d1b793a6e20057962d332cef9a1.tar.bz2
llvm-773f57e66eed0d1b793a6e20057962d332cef9a1.tar.xz
Another bug :(
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66708 91177308-0d34-0410-b5e6-96231b3b80d8
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 e7b21ab497..756d7d58c3 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