[llvm-commits] CVS: llvm/lib/Target/Sparc/Makefile

Misha Brukman brukman at cs.uiuc.edu
Thu May 29 15:11:01 PDT 2003


Changes in directory llvm/lib/Target/Sparc:

Makefile updated: 1.18 -> 1.19

---
Log message:

Use an absolute path to TableGen because not everyone (e.g. automatic tester)
has their path set up by this point.


---
Diffs of the changes:

Index: llvm/lib/Target/Sparc/Makefile
diff -u llvm/lib/Target/Sparc/Makefile:1.18 llvm/lib/Target/Sparc/Makefile:1.19
--- llvm/lib/Target/Sparc/Makefile:1.18	Thu May 29 00:29:22 2003
+++ llvm/lib/Target/Sparc/Makefile	Thu May 29 15:09:56 2003
@@ -38,7 +38,7 @@
 
 SparcV9CodeEmitter.inc: SparcV9.td
 	@echo "TableGen-erating $@"
-	cpp -P SparcV9.td | tblgen -gen-emitter > $(TEMP_EMITTER_INC) 
+	cpp -P SparcV9.td | $(TBLGEN) -gen-emitter > $(TEMP_EMITTER_INC) 
 	mv -f $(TEMP_EMITTER_INC) SparcV9CodeEmitter.inc
 
 clean::





More information about the llvm-commits mailing list