summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2005-01-03 17:41:56 +0000
committerJohn Criswell <criswell@uiuc.edu>2005-01-03 17:41:56 +0000
commit447d5bba2790398939a5d39bdb0a8de36cbeba85 (patch)
tree07b120dc474ab08295472d7db37d7f94c7d57363 /Makefile.rules
parent4c2053255dea20c07f27a55f8d4b3fbe03eb7289 (diff)
downloadllvm-447d5bba2790398939a5d39bdb0a8de36cbeba85.tar.gz
llvm-447d5bba2790398939a5d39bdb0a8de36cbeba85.tar.bz2
llvm-447d5bba2790398939a5d39bdb0a8de36cbeba85.tar.xz
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19275 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 2531fe0d23..133896419a 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