diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2009-03-11 21:05:21 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2009-03-11 21:05:21 +0000 |
commit | 7f37f79c165866bc31110b22c43bc6fbac4e439b (patch) | |
tree | d0d49118dd10c45bc01e3a87e87e05708e365f07 /tools | |
parent | c97d93239ff8adf83edf975bf38bf21850c700d4 (diff) | |
download | external_llvm-7f37f79c165866bc31110b22c43bc6fbac4e439b.zip external_llvm-7f37f79c165866bc31110b22c43bc6fbac4e439b.tar.gz external_llvm-7f37f79c165866bc31110b22c43bc6fbac4e439b.tar.bz2 |
Another bug :(
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66708 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-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 |