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:
691b3a1
)
Reverse the logic for Win32 to ensure that bugpoint and llvm-db are NOT
author
Reid Spencer
<rspencer@reidspencer.com>
Fri, 17 Dec 2004 08:00:40 +0000
(08:00 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Fri, 17 Dec 2004 08:00:40 +0000
(08:00 +0000)
built on this platform.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19015
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/Makefile
patch
|
blob
|
history
diff --git
a/tools/Makefile
b/tools/Makefile
index cdfdacb08ea3acd02f3bbd6e6240d17d9cec6066..b2b47504dbcf48d4f2cbd856939405211552da6d 100644
(file)
--- a/
tools/Makefile
+++ b/
tools/Makefile
@@
-19,7
+19,7
@@
include $(LEVEL)/Makefile.config
# rewritten to not depend on fork at which time they should be added back to
# the list above.
-if
n
eq ($(OS),Win32)
+ifeq ($(OS),Win32)
PARALLEL_DIRS := $(filter-out bugpoint llvm-db,$(PARALLEL_DIRS))
endif