summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-10-14 06:31:58 +0000
committerChris Lattner <sabre@nondot.org>2005-10-14 06:31:58 +0000
commit0b61677ae047833695eb62d9d4c93ef74a1d9996 (patch)
tree5a61b84d00c1db7cb5060d64dfdad94e41ae78b3 /Makefile.rules
parent3f31d4304cab178da207cbb795d72274ff7ecdd9 (diff)
downloadllvm-0b61677ae047833695eb62d9d4c93ef74a1d9996.tar.gz
llvm-0b61677ae047833695eb62d9d4c93ef74a1d9996.tar.bz2
llvm-0b61677ae047833695eb62d9d4c93ef74a1d9996.tar.xz
Make sure targets depend on TargetSelectionDAG.td
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23732 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 775212a24b..8c550e911d 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)