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 | 2eb0268fab961a1592549ef20d89dfce7142f3b2 (patch) | |
| tree | b67e8022ab4491c3b503db237d27ccf1215ab879 | |
| parent | 73d866efda92d25b74611f6c0348c8f8d9824e93 (diff) | |
| download | bcm5719-llvm-2eb0268fab961a1592549ef20d89dfce7142f3b2.tar.gz bcm5719-llvm-2eb0268fab961a1592549ef20d89dfce7142f3b2.zip | |
Make AutoGenerated.inc depend also on Tools.td and Common.td
llvm-svn: 50745
| -rw-r--r-- | llvm/tools/llvmc2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/llvmc2/Makefile b/llvm/tools/llvmc2/Makefile index 4cb967c3b6e..772e9ec33a9 100644 --- a/llvm/tools/llvmc2/Makefile +++ b/llvm/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. |

