diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-12-28 07:59:22 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-12-28 07:59:22 +0000 |
commit | 775bf890e14c1e93191ac66041fce34bc4f33b47 (patch) | |
tree | c88b716e5f6b6d889dbf18439a53a2d19929aa1a /Makefile.rules | |
parent | 2dc658607322cc581799128283420918374c1295 (diff) | |
download | external_llvm-775bf890e14c1e93191ac66041fce34bc4f33b47.zip external_llvm-775bf890e14c1e93191ac66041fce34bc4f33b47.tar.gz external_llvm-775bf890e14c1e93191ac66041fce34bc4f33b47.tar.bz2 |
Correct the name of the variable for the LLVM examples directory so that
parallel builds don't attempt to create it twice.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19171 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r-- | Makefile.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules index 0a06442..32943e2 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -217,7 +217,7 @@ ToolDir := $(BUILD_OBJ_ROOT)/$(BuildMode)/bin ExmplDir := $(BUILD_OBJ_ROOT)/$(BuildMode)/examples LLVMLibDir := $(LLVM_OBJ_ROOT)/$(BuildMode)/lib LLVMToolDir := $(LLVM_OBJ_ROOT)/$(BuildMode)/bin -LExmplDir := $(LLVM_OBJ_ROOT)/$(BuildMode)/examples +LLVMExmplDir:= $(LLVM_OBJ_ROOT)/$(BuildMode)/examples CFERuntimeLibDir := $(LLVMGCCDIR)/lib #-------------------------------------------------------------------- |