summaryrefslogtreecommitdiff
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
commitecb977e64f5dbe40b35184124f9ac4b0faaea114 (patch)
tree980db3de4048c95a041d001e641c208c7b359c9c /tools
parenta6730370974c6db60e2ddeee630271cae03c6c4d (diff)
downloadllvm-ecb977e64f5dbe40b35184124f9ac4b0faaea114.tar.gz
llvm-ecb977e64f5dbe40b35184124f9ac4b0faaea114.tar.bz2
llvm-ecb977e64f5dbe40b35184124f9ac4b0faaea114.tar.xz
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 d1b85a63d0..0c4782b6e9 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.