summaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-06-29 05:05:09 +0000
committerChris Lattner <sabre@nondot.org>2010-06-29 05:05:09 +0000
commit44bbd79c13656298fd0ccb5e20a51f942604d887 (patch)
treece67d12663de500f233e1c7e1cb6dc9a29503aaa /tools/Makefile
parenta159c2e83942b7dae64457d4fff265bb74550cac (diff)
Minix doesn't support dylibs, PR7294
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107120 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 c1e61636d3..0202cc5bbb 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))
+ifeq ($(OS), $(filter $(OS), Cygwin MingW Minix))
DIRS := $(filter-out libclang c-index-test, $(DIRS))
endif