Make AutoGenerated.inc depend also on Tools.td and Common.td
authorMikhail Glushenkov <foldr@codedgers.com>
Tue, 6 May 2008 18:08:12 +0000 (18:08 +0000)
committerMikhail Glushenkov <foldr@codedgers.com>
Tue, 6 May 2008 18:08:12 +0000 (18:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50745 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvmc2/Makefile

index 4cb967c3b6ed4c449c8d1b8fc34384a8d24c0e8d..772e9ec33a9661efd90ef4a8132abd2716bdae8a 100644 (file)
@@ -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.