Fix thinko and enable clang build on mingw again (hopefully)

llvm-svn: 98492
This commit is contained in:
Anton Korobeynikov 2010-03-14 12:55:35 +00:00
parent 55e69d179b
commit 762c6b7346
1 changed files with 1 additions and 2 deletions

View File

@ -13,8 +13,7 @@ DIRS := driver CIndex c-index-test
include $(LEVEL)/Makefile.config
ifeq ($(OS), $(filter $(OS), Cygwin MingW))
DIRS := $(filter $(DIRS), CIndex)
DIRS := $(filter $(DIRS), c-index-test)
DIRS := $(filter-out CIndex c-index-test, $(DIRS))
endif
include $(LEVEL)/Makefile.common