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

Misha Brukman brukman at cs.uiuc.edu
Fri Oct 22 15:18:37 PDT 2004



Changes in directory llvm:

Makefile.rules updated: 1.203 -> 1.204
---
Log message:

Pull in Target.td using absolute path from source root instead of relative path;
this allows us to have sub-targets whose depth in the tree is not the same as it
is for the standard X86/PowerPC/Sparc.


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

Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.203 llvm/Makefile.rules:1.204
--- llvm/Makefile.rules:1.203	Fri Oct 22 16:01:56 2004
+++ llvm/Makefile.rules	Fri Oct 22 17:18:27 2004
@@ -575,7 +575,7 @@
 
 ifdef TARGET
 
-TDFILES := $(strip $(wildcard $(BUILD_SRC_DIR)/*.td) $(BUILD_SRC_DIR)/../Target.td)
+TDFILES := $(strip $(wildcard $(BUILD_SRC_DIR)/*.td) $(BUILD_SRC_ROOT)/lib/Target/Target.td)
 
 $(BUILT_SOURCES): $(TDFILES) 
 






More information about the llvm-commits mailing list