[llvm-commits] CVS: llvm/test/Makefile

Reid Spencer reid at x10sys.com
Thu Dec 23 19:38:12 PST 2004



Changes in directory llvm/test:

Makefile updated: 1.78 -> 1.79
---
Log message:

The dejagnu scripts need a path for llvm-gcc/llvm-g++ as well so use the
correct variable to get a "set the path first" invocation of those tools.


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

Index: llvm/test/Makefile
diff -u llvm/test/Makefile:1.78 llvm/test/Makefile:1.79
--- llvm/test/Makefile:1.78	Tue Dec 21 23:57:50 2004
+++ llvm/test/Makefile	Thu Dec 23 21:38:01 2004
@@ -44,8 +44,8 @@
 	@echo 'set prcontext "$(TCLSH) $(LLVM_SRC_ROOT)/test/Scripts/prcontext.tcl"' >> site.tmp
 	@echo 'set srcdir $(LLVM_SRC_ROOT)/test' >>site.tmp
 	@echo "set objdir $(LLVM_OBJ_ROOT)/test" >>site.tmp
-	@echo 'set llvmgcc $(LLVMGCC)' >> site.tmp
-	@echo 'set llvmgxx $(LLVMGXX)' >> site.tmp
+	@echo 'set llvmgcc "$(LLVMGCCWITHPATH)"' >> site.tmp
+	@echo 'set llvmgxx "$(LLVMGXXWITHPATH)"' >> site.tmp
 	@echo '## All variables above are generated by configure. Do Not Edit ## ' >>site.tmp
 	@test ! -f site.exp || \
 	sed '1,/^## All variables above are.*##/ d' site.exp >> site.tmp






More information about the llvm-commits mailing list