summaryrefslogtreecommitdiffstats
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
commit95866d3923374073009054ea3ce5135263026618 (patch)
treefdadf204854462861e0e1029f35a0f2d8525effe
parent7d9f719d4269145bff27ab12b44b12559658d614 (diff)
downloadbcm5719-llvm-95866d3923374073009054ea3ce5135263026618.tar.gz
bcm5719-llvm-95866d3923374073009054ea3ce5135263026618.zip
Make sure targets depend on TargetSelectionDAG.td
llvm-svn: 23732
-rw-r--r--llvm/Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules
index 775212a24b0..8c550e911da 100644
--- a/llvm/Makefile.rules
+++ b/llvm/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)
OpenPOWER on IntegriCloud