From: Mikhail Glushenkov Date: Tue, 6 May 2008 18:08:12 +0000 (+0000) Subject: Make AutoGenerated.inc depend also on Tools.td and Common.td X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f7bab8c7433d1d1e8393a7c6dc72441f12e659f2;p=oota-llvm.git 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 --- diff --git a/tools/llvmc2/Makefile b/tools/llvmc2/Makefile index 4cb967c3b6e..772e9ec33a9 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.