diff options
author | Mikhail Glushenkov <foldr@codedgers.com> | 2008-05-06 18:08:12 +0000 |
---|---|---|
committer | Mikhail Glushenkov <foldr@codedgers.com> | 2008-05-06 18:08:12 +0000 |
commit | f7bab8c7433d1d1e8393a7c6dc72441f12e659f2 (patch) | |
tree | db17d380a4c8030b4fcc0c5ac4f483662b72b998 /tools/llvmc2 | |
parent | 3d688228f67d66c5e253d80acdaed784a82fdb31 (diff) | |
download | external_llvm-f7bab8c7433d1d1e8393a7c6dc72441f12e659f2.zip external_llvm-f7bab8c7433d1d1e8393a7c6dc72441f12e659f2.tar.gz external_llvm-f7bab8c7433d1d1e8393a7c6dc72441f12e659f2.tar.bz2 |
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
Diffstat (limited to 'tools/llvmc2')
-rw-r--r-- | tools/llvmc2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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. |