Another bug :(

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66708 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Anton Korobeynikov 2009-03-11 21:05:21 +00:00
parent 1d9887054a
commit 773f57e66e

View File

@ -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