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

Reid Spencer reid at x10sys.com
Sun Jan 2 20:05:42 PST 2005



Changes in directory llvm/test:

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

Make sure the path is properly set in the llvmgcc and llvmgxx variables.


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

Index: llvm/test/Makefile
diff -u llvm/test/Makefile:1.79 llvm/test/Makefile:1.80
--- llvm/test/Makefile:1.79	Thu Dec 23 21:38:01 2004
+++ llvm/test/Makefile	Sun Jan  2 22:05:32 2005
@@ -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 "$(LLVMGCCWITHPATH)"' >> site.tmp
-	@echo 'set llvmgxx "$(LLVMGXXWITHPATH)"' >> site.tmp
+	@echo 'set llvmgcc "PATH=$(LLVMToolDir):$(PATH) $(LLVMGCC)"' >> site.tmp
+	@echo 'set llvmgxx "PATH=$(LLVMToolDir):$(PATH) $(LLVMGCC)"' >> 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