aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2008-05-06 18:08:12 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2008-05-06 18:08:12 +0000
commitf7bab8c7433d1d1e8393a7c6dc72441f12e659f2 (patch)
treedb17d380a4c8030b4fcc0c5ac4f483662b72b998
parent3d688228f67d66c5e253d80acdaed784a82fdb31 (diff)
Make AutoGenerated.inc depend also on Tools.td and Common.td
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50745 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--tools/llvmc2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/llvmc2/Makefile b/tools/llvmc2/Makefile
index 4cb967c3b6..772e9ec33a 100644
--- a/tools/llvmc2/Makefile
+++ b/tools/llvmc2/Makefile
@@ -1,4 +1,4 @@
-##===- tools/llvmcc/Makefile -------------------------------*- Makefile -*-===##
+##===- tools/llvmc2/Makefile -------------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
@@ -14,7 +14,7 @@ REQUIRES_EH := 1
include $(LEVEL)/Makefile.common
-TOOLS_SOURCE=Example.td
+TOOLS_SOURCE=Example.td Tools.td Common.td
# TOFIX: integrate this part into Makefile.rules?
# The degree of horrorshowness in that file is too much for me atm.