summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2009-03-11 20:16:05 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2009-03-11 20:16:05 +0000
commit317bc24cd6223940c750defe2dc0c8206146e5c1 (patch)
tree7935543ccf5f1b87364015b318678f23e093b101 /tools/Makefile
parent4dc2b39bf89d7c87868008ef8a0f807e0419aca6 (diff)
downloadllvm-317bc24cd6223940c750defe2dc0c8206146e5c1.tar.gz
llvm-317bc24cd6223940c750defe2dc0c8206146e5c1.tar.bz2
llvm-317bc24cd6223940c750defe2dc0c8206146e5c1.tar.xz
Unbreak the build. Dunno, why it did not fail on mingw :(
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66692 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 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