From f7bab8c7433d1d1e8393a7c6dc72441f12e659f2 Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov Date: Tue, 6 May 2008 18:08:12 +0000 Subject: 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 --- tools/llvmc2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/llvmc2') diff --git a/tools/llvmc2/Makefile b/tools/llvmc2/Makefile index 4cb967c..772e9ec 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. -- cgit v1.1