]> granicus.if.org Git - clang/commitdiff
Fix thinko and enable clang build on mingw again (hopefully)
authorAnton Korobeynikov <asl@math.spbu.ru>
Sun, 14 Mar 2010 12:55:35 +0000 (12:55 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Sun, 14 Mar 2010 12:55:35 +0000 (12:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98492 91177308-0d34-0410-b5e6-96231b3b80d8

tools/Makefile

index 5a9c67421b78106db24460a987d4800bff937220..bfd5ad12f93d23fa7a085aa8b398f61ff039104b 100644 (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