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:
a673037
)
Make it possible to choose between different compilation graph definitions at compile...
author
Mikhail Glushenkov
<foldr@codedgers.com>
Mon, 12 May 2008 16:32:24 +0000
(16:32 +0000)
committer
Mikhail Glushenkov
<foldr@codedgers.com>
Mon, 12 May 2008 16:32:24 +0000
(16:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50972
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/llvmc2/Makefile
patch
|
blob
|
history
diff --git
a/tools/llvmc2/Makefile
b/tools/llvmc2/Makefile
index d1b85a63d04a1d0fbf6462c03060cb5fa1a269c9..0c4782b6e98dbb22c9fa615db2ea5d782fd01065 100644
(file)
--- a/
tools/llvmc2/Makefile
+++ b/
tools/llvmc2/Makefile
@@
-14,7
+14,8
@@
REQUIRES_EH := 1
include $(LEVEL)/Makefile.common
-TOOLS_SOURCE=Graph.td Tools.td Common.td
+GRAPH = Graph.td
+TOOLS_SOURCE=$(GRAPH) Tools.td Common.td
# TOFIX: integrate this part into Makefile.rules?
# The degree of horrorshowness in that file is too much for me atm.