[llvm-commits] CVS: llvm/Makefile.rules

Chris Lattner lattner at cs.uiuc.edu
Thu Oct 13 23:32:09 PDT 2005



Changes in directory llvm:

Makefile.rules updated: 1.326 -> 1.327
---
Log message:

Make sure targets depend on TargetSelectionDAG.td


---
Diffs of the changes:  (+1 -1)

 Makefile.rules |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.326 llvm/Makefile.rules:1.327
--- llvm/Makefile.rules:1.326	Tue Oct  4 19:28:41 2005
+++ llvm/Makefile.rules	Fri Oct 14 01:31:58 2005
@@ -1100,7 +1100,7 @@
 
 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)






More information about the llvm-commits mailing list