Joining the quote fray...
authorJohn Criswell <criswell@uiuc.edu>
Mon, 3 Jan 2005 17:41:56 +0000 (17:41 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Mon, 3 Jan 2005 17:41:56 +0000 (17:41 +0000)
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19275 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.rules

index 2531fe0d23ebb55fbe28fdf941d88a43a015b71e..133896419a697e99825b3b735378ded5203f9475 100644 (file)
@@ -257,8 +257,8 @@ endif
 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