From: Reid Spencer Date: Mon, 3 Jan 2005 04:04:54 +0000 (+0000) Subject: Re-apply last (reverted) patch. Reverting doesn't solve the actual problem X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=140935a5a1d8befdccc4d0be0953f9224891d5a9;p=oota-llvm.git Re-apply last (reverted) patch. Reverting doesn't solve the actual problem and creates issues on other platforms like Cygwin and MingW. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19266 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile.rules b/Makefile.rules index 133896419a6..2531fe0d23e 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -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