summaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2010-11-09 03:25:21 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2010-11-09 03:25:21 +0000
commit4b0104d8e35ebd6ccd32230477131653a8e4a17c (patch)
tree565105ae2f63279d3e7e63d4bb2ffb27a1ec4674 /tools/Makefile
parent3b35a4d21c9f6e48ee7e64fdf78fde39a61f602e (diff)
libclang and c-index-test can be built on Cygming.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@118480 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 0202cc5bbb..000293f09c 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -12,7 +12,7 @@ DIRS := driver libclang c-index-test
include $(CLANG_LEVEL)/../../Makefile.config
-ifeq ($(OS), $(filter $(OS), Cygwin MingW Minix))
+ifeq ($(OS), $(filter $(OS), Minix))
DIRS := $(filter-out libclang c-index-test, $(DIRS))
endif