I should definitely read make docs someday :(
authorAnton Korobeynikov <asl@math.spbu.ru>
Wed, 11 Mar 2009 20:40:15 +0000 (20:40 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Wed, 11 Mar 2009 20:40:15 +0000 (20:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66699 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Makefile

index bf270831083b27b6492131d948ded89ee2c16e0f..5fe1eeb5c75238085fd4e2c610750baff8039804 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, $(PARALLEL_DIRS))
+  PARALLEL_DIRS := $(filter-out Hello, $(PARALLEL_DIRS))
 endif
 
 include $(LEVEL)/Makefile.common
-