remove some confused code that dates from when we had
[oota-llvm.git] / lib / Transforms / Makefile
index 32ac9fc911e18502e8e3157f6ac0743c651e7d32..025d02ad30737fdba577989577fed63004da7456 100644 (file)
 LEVEL = ../..
 PARALLEL_DIRS = Utils Instrumentation Scalar IPO Hello
 
+include $(LEVEL)/Makefile.config
+
 # No support for plugins on windows targets
-ifeq ($(OS), $(filter $(OS), Cygwin MingW))
-  PARALLEL_DIRS := $(filter-out Hello, $(DIRS))
+ifeq ($(HOST_OS), $(filter $(HOST_OS), Cygwin MingW))
+  PARALLEL_DIRS := $(filter-out Hello, $(PARALLEL_DIRS))
 endif
 
 include $(LEVEL)/Makefile.common
-