From: Chris Lattner Date: Wed, 28 Feb 2007 05:10:40 +0000 (+0000) Subject: correct dependency X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=fd3542f84ded13a83f31ed895b46d54a7659be27;p=oota-llvm.git correct dependency git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34723 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile.rules b/Makefile.rules index ab5ee883905..142b62e421e 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -1206,6 +1206,7 @@ ifdef TARGET TDFiles := $(strip $(wildcard $(PROJ_SRC_DIR)/*.td) \ $(LLVM_SRC_ROOT)/lib/Target/Target.td \ + $(LLVM_SRC_ROOT)/lib/Target/TargetCallingConv.td \ $(LLVM_SRC_ROOT)/lib/Target/TargetSelectionDAG.td \ $(LLVM_SRC_ROOT)/include/llvm/CodeGen/ValueTypes.td) \ $(wildcard $(LLVM_SRC_ROOT)/include/llvm/Intrinsics*.td)