]> granicus.if.org Git - clang/commitdiff
Minix doesn't support dylibs, PR7294
authorChris Lattner <sabre@nondot.org>
Tue, 29 Jun 2010 05:05:09 +0000 (05:05 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 29 Jun 2010 05:05:09 +0000 (05:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107120 91177308-0d34-0410-b5e6-96231b3b80d8

tools/Makefile

index c1e61636d3076c3e6d75fe6c522eb5aee4bc1dc6..0202cc5bbbb05bf2e508365a5ec9f6a612ccb8e4 100644 (file)
@@ -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