From: Mikhail Glushenkov Date: Mon, 12 May 2008 16:32:24 +0000 (+0000) Subject: Make it possible to choose between different compilation graph definitions at compile... X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ecb977e64f5dbe40b35184124f9ac4b0faaea114;p=oota-llvm.git 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 --- diff --git a/tools/llvmc2/Makefile b/tools/llvmc2/Makefile index d1b85a63d04..0c4782b6e98 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.