aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2008-05-12 16:32:24 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2008-05-12 16:32:24 +0000
commitba40cc2c9b263850fff63b3a7c4f3d12d8286b61 (patch)
tree980db3de4048c95a041d001e641c208c7b359c9c /tools
parentd61ed93e8518a4db30da09aebbe213ad00e6ecaa (diff)
downloadexternal_llvm-ba40cc2c9b263850fff63b3a7c4f3d12d8286b61.zip
external_llvm-ba40cc2c9b263850fff63b3a7c4f3d12d8286b61.tar.gz
external_llvm-ba40cc2c9b263850fff63b3a7c4f3d12d8286b61.tar.bz2
Make it possible to choose between different compilation graph definitions at compile-time.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50972 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/llvmc2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/llvmc2/Makefile b/tools/llvmc2/Makefile
index d1b85a6..0c4782b 100644
--- 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.