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
This commit is contained in:
Mikhail Glushenkov 2008-05-12 16:32:24 +00:00
parent a673037097
commit ecb977e64f

View File

@ -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.