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

Reid Spencer reid at x10sys.com
Sun Apr 15 12:27:49 PDT 2007



Changes in directory llvm/test:

Makefile updated: 1.98 -> 1.99
---
Log message:

We don't need the path to be set for llvmgcc/llvmgxx any more.


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

 Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/test/Makefile
diff -u llvm/test/Makefile:1.98 llvm/test/Makefile:1.99
--- llvm/test/Makefile:1.98	Sun Apr 15 01:22:48 2007
+++ llvm/test/Makefile	Sun Apr 15 14:27:27 2007
@@ -83,8 +83,8 @@
 	@echo 'set compile_c {$(CC) $(CPP.Flags) $(C.Flags) $(CompileCommonOpts) -c } ' >>site.tmp
 	@echo 'set compile_cxx {$(CXX) $(CPP.Flags) $(CXX.Flags) $(CompileCommonOpts) - c}' >> site.tmp
 	@echo 'set link {$(CXX) $(CPP.Flags) $(CXX.Flags) $(CompileCommonOpts) $(LD.Flags)}' >>site.tmp
-	@echo 'set llvmgcc "PATH=\"$(LLVMToolDir):$(PATH)\" \"$(LLVMGCC)\""' >> site.tmp
-	@echo 'set llvmgxx "PATH=\"$(LLVMToolDir):$(PATH)\" \"$(LLVMGCC)\""' >> site.tmp
+	@echo 'set llvmgcc "$(LLVMGCC)"' >> site.tmp
+	@echo 'set llvmgxx "$(LLVMGCC)"' >> site.tmp
 	@echo 'set llvmgccmajvers "$(LLVMGCC_MAJVERS)"' >> site.tmp
 	@echo 'set shlibext "$(SHLIBEXT)"' >> site.tmp
 	@echo '## All variables above are generated by configure. Do Not Edit ## ' >>site.tmp






More information about the llvm-commits mailing list