From 775bf890e14c1e93191ac66041fce34bc4f33b47 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Tue, 28 Dec 2004 07:59:22 +0000 Subject: [PATCH] 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 --- Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.rules b/Makefile.rules index 0a064428819..32943e2255c 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 #--------------------------------------------------------------------