diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2010-11-09 03:25:21 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2010-11-09 03:25:21 +0000 |
| commit | c6b53ca514dcd7bf7418c76a0eecbce423ccb30c (patch) | |
| tree | a62346ca12e34679a836f753968462b77f43daa5 | |
| parent | aa63fdf3b57ab5701e951b4bf20a9dca3d8da419 (diff) | |
| download | bcm5719-llvm-c6b53ca514dcd7bf7418c76a0eecbce423ccb30c.tar.gz bcm5719-llvm-c6b53ca514dcd7bf7418c76a0eecbce423ccb30c.zip | |
libclang and c-index-test can be built on Cygming.
llvm-svn: 118480
| -rw-r--r-- | clang/tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/tools/Makefile b/clang/tools/Makefile index 0202cc5bbbb..000293f09c9 100644 --- a/clang/tools/Makefile +++ b/clang/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 |

