Make AutoGenerated.inc depend also on Tools.td and Common.td

llvm-svn: 50745
This commit is contained in:
Mikhail Glushenkov 2008-05-06 18:08:12 +00:00
parent 73d866efda
commit 2eb0268fab
1 changed files with 2 additions and 2 deletions

View 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.