From 839cdaa70a2f4c36df0441bb7c467efeaa6f157b Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Thu, 15 Apr 2010 19:51:42 +0000 Subject: Revert r100896 and around - this breaks the only mingw32 buildbot we have. llvm-svn: 101387 --- llvm/runtime/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/runtime') diff --git a/llvm/runtime/Makefile b/llvm/runtime/Makefile index 741d87bc652..d0e85d58264 100644 --- a/llvm/runtime/Makefile +++ b/llvm/runtime/Makefile @@ -20,7 +20,7 @@ ifeq ($(ARCH), Sparc) PARALLEL_DIRS := $(filter-out libprofile, $(PARALLEL_DIRS)) endif -ifdef $(TARGET_HAS_DYNAMIC_LIBS) +ifeq ($(TARGET_OS), $(filter $(TARGET_OS), Cygwin MingW Minix)) PARALLEL_DIRS := $(filter-out libprofile, $(PARALLEL_DIRS)) endif -- cgit v1.2.3