[llvm-commits] CVS: llvm/Makefile.rules

Reid Spencer reid at x10sys.com
Mon Dec 27 23:59:33 PST 2004



Changes in directory llvm:

Makefile.rules updated: 1.280 -> 1.281
---
Log message:

Correct the name of the variable for the LLVM examples directory so that
parallel builds don't attempt to create it twice.


---
Diffs of the changes:  (+1 -1)

Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.280 llvm/Makefile.rules:1.281
--- llvm/Makefile.rules:1.280	Mon Dec 27 02:50:27 2004
+++ llvm/Makefile.rules	Tue Dec 28 01:59:22 2004
@@ -217,7 +217,7 @@
 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
 
 #--------------------------------------------------------------------






More information about the llvm-commits mailing list