Correct the name of the variable for the LLVM examples directory so that
authorReid Spencer <rspencer@reidspencer.com>
Tue, 28 Dec 2004 07:59:22 +0000 (07:59 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 28 Dec 2004 07:59:22 +0000 (07:59 +0000)
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

index 0a0644288191771faa6baff807079e2139fe2f1c..32943e2255c6792c431f1fb64728fd9b57fa5741 100644 (file)
@@ -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
 
 #--------------------------------------------------------------------