X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=runtime%2FMakefile;h=d0e85d58264f6c9fb034565ac58bb7e781e8f030;hb=55804a089e7ac26d5a07a9ac38e5dcedad3f2754;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