From: Chris Lattner Date: Fri, 14 Oct 2005 06:31:58 +0000 (+0000) Subject: Make sure targets depend on TargetSelectionDAG.td X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0b61677ae047833695eb62d9d4c93ef74a1d9996;p=oota-llvm.git Make sure targets depend on TargetSelectionDAG.td git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23732 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile.rules b/Makefile.rules index 775212a24b0..8c550e911da 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -1100,7 +1100,7 @@ $(ObjDir)/%.bc: %.ll $(ObjDir)/.dir $(LLVMAS) ifdef TARGET -TDFiles := $(strip $(wildcard $(PROJ_SRC_DIR)/*.td) $(LLVM_SRC_ROOT)/lib/Target/Target.td) +TDFiles := $(strip $(wildcard $(PROJ_SRC_DIR)/*.td) $(LLVM_SRC_ROOT)/lib/Target/Target.td $(LLVM_SRC_ROOT)/lib/Target/TargetSelectionDAG.td) INCFiles := $(filter %.inc,$(BUILT_SOURCES)) INCTMPFiles := $(INCFiles:%=$(ObjDir)/%.tmp) .PRECIOUS: $(INCTMPFiles) $(INCFiles)