From 317bc24cd6223940c750defe2dc0c8206146e5c1 Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Wed, 11 Mar 2009 20:16:05 +0000 Subject: 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 --- tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/Makefile') 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 -- cgit v1.2.3