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

John Criswell criswell at cs.uiuc.edu
Mon Jan 3 09:42:12 PST 2005



Changes in directory llvm:

Makefile.rules updated: 1.285 -> 1.286
---
Log message:

Joining the quote fray...

Reverting the quote patch.  For some reason, this breaks the building of
llvm/runtime (the shell doesn't like it for some reason).  I might play
with it to see if I can get the quotes done in such a way that the shell
like it, but no promises.


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

Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.285 llvm/Makefile.rules:1.286
--- llvm/Makefile.rules:1.285	Sun Jan  2 22:04:54 2005
+++ llvm/Makefile.rules	Mon Jan  3 11:41:56 2005
@@ -257,8 +257,8 @@
 ifndef LOPT
 LOPT     := $(LLVMToolDir)/opt$(EXEEXT)
 endif
-LLVMGCCWITHPATH  := "PATH=$(LLVMToolDir):$(PATH)" $(LLVMGCC)
-LLVMGXXWITHPATH  := "PATH=$(LLVMToolDir):$(PATH)" $(LLVMGXX)
+LLVMGCCWITHPATH  := PATH=$(LLVMToolDir):$(PATH) $(LLVMGCC)
+LLVMGXXWITHPATH  := PATH=$(LLVMToolDir):$(PATH) $(LLVMGXX)
 
 #--------------------------------------------------------------------
 # Adjust to user's request






More information about the llvm-commits mailing list