forked from OSchip/llvm-project
Make AutoGenerated.inc depend also on Tools.td and Common.td
llvm-svn: 50745
This commit is contained in:
parent
73d866efda
commit
2eb0268fab
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue