Profile: move a single enum out of ProfileInfoTypes.h into a new
[oota-llvm.git] / runtime / Makefile
index 741d87bc6525f26260a105ce2d0b173b34e87ac0..d0e85d58264f6c9fb034565ac58bb7e781e8f030 100644 (file)
@@ -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