aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvmc2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvmc2/Makefile')
-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.