X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=runtime%2FMakefile;h=d0e85d58264f6c9fb034565ac58bb7e781e8f030;hb=1b0dc64919e947bb4f4677b138c734e33061f7c4;hp=741d87bc6525f26260a105ce2d0b173b34e87ac0;hpb=e3a39d40db3893be37107356f0c1680bef8a8ec1;p=oota-llvm.git diff --git a/runtime/Makefile b/runtime/Makefile index 741d87bc652..d0e85d58264 100644 --- a/runtime/Makefile +++ b/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