mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 15:33:33 +00:00
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
This commit is contained in:
parent
2dc6586073
commit
775bf890e1
@ -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
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user