commit | 7f37f79c165866bc31110b22c43bc6fbac4e439b | [log] [tgz] |
---|---|---|
author | Anton Korobeynikov <asl@math.spbu.ru> | Wed Mar 11 21:05:21 2009 +0000 |
committer | Anton Korobeynikov <asl@math.spbu.ru> | Wed Mar 11 21:05:21 2009 +0000 |
tree | d0d49118dd10c45bc01e3a87e87e05708e365f07 | |
parent | c97d93239ff8adf83edf975bf38bf21850c700d4 [diff] |
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 e7b21ab..756d7d5 100644 --- a/tools/Makefile +++ b/tools/Makefile
@@ -33,7 +33,7 @@ # 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