summaryrefslogtreecommitdiff
path: root/lib/Transforms/Makefile
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2009-03-11 20:16:05 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2009-03-11 20:16:05 +0000
commit317bc24cd6223940c750defe2dc0c8206146e5c1 (patch)
tree7935543ccf5f1b87364015b318678f23e093b101 /lib/Transforms/Makefile
parent4dc2b39bf89d7c87868008ef8a0f807e0419aca6 (diff)
Unbreak the build. Dunno, why it did not fail on mingw :(
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66692 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Makefile')
-rw-r--r--lib/Transforms/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Makefile b/lib/Transforms/Makefile
index 32ac9fc911e..bf270831083 100644
--- a/lib/Transforms/Makefile
+++ b/lib/Transforms/Makefile
@@ -12,7 +12,7 @@ PARALLEL_DIRS = Utils Instrumentation Scalar IPO Hello
# No support for plugins on windows targets
ifeq ($(OS), $(filter $(OS), Cygwin MingW))
- PARALLEL_DIRS := $(filter-out Hello, $(DIRS))
+ PARALLEL_DIRS = $(filter-out Hello, $(PARALLEL_DIRS))
endif
include $(LEVEL)/Makefile.common