projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a54934a
)
Remove if DISABLED not if not DISABLED...
author
Bill Wendling
<isanbard@gmail.com>
Tue, 23 Mar 2010 23:09:03 +0000
(23:09 +0000)
committer
Bill Wendling
<isanbard@gmail.com>
Tue, 23 Mar 2010 23:09:03 +0000
(23:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99343
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/Makefile
patch
|
blob
|
history
diff --git
a/tools/Makefile
b/tools/Makefile
index 0c9a9644a5b650cb3251e0f75e7ea13c84d652b8..e124422cd6de023ebbcfdf0103f9e44d00dd282b 100644
(file)
--- a/
tools/Makefile
+++ b/
tools/Makefile
@@
-54,7
+54,7
@@
ifeq ($(filter $(TARGETS_TO_BUILD), X86),)
endif
# Don't build edis if we explicitly disabled it.
-if
n
eq ($(DISABLE_EDIS),1)
+ifeq ($(DISABLE_EDIS),1)
PARALLEL_DIRS := $(filter-out edis, $(PARALLEL_DIRS))
endif