[llvm-commits] CVS: llvm/Makefile.rules
Reid Spencer
reid at x10sys.com
Thu Nov 18 12:04:50 PST 2004
Changes in directory llvm:
Makefile.rules updated: 1.237 -> 1.238
---
Log message:
Duh, put tools in *bin* directory, not *tools* directory as per
PR456: http://llvm.cs.uiuc.edu/PR456 .
---
Diffs of the changes: (+2 -2)
Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.237 llvm/Makefile.rules:1.238
--- llvm/Makefile.rules:1.237 Thu Nov 18 04:03:46 2004
+++ llvm/Makefile.rules Thu Nov 18 14:04:39 2004
@@ -177,10 +177,10 @@
#--------------------------------------------------------------------
ObjDir := $(BUILD_OBJ_DIR)/$(BuildMode)
LibDir := $(BUILD_OBJ_ROOT)/$(BuildMode)/lib
-ToolDir := $(BUILD_OBJ_ROOT)/$(BuildMode)/tools
+ToolDir := $(BUILD_OBJ_ROOT)/$(BuildMode)/bin
ExmplDir := $(BUILD_OBJ_ROOT)/$(BuildMode)/examples
LLVMLibDir := $(LLVM_OBJ_ROOT)/$(BuildMode)/lib
-LLVMToolDir := $(LLVM_OBJ_ROOT)/$(BuildMode)/tools
+LLVMToolDir := $(LLVM_OBJ_ROOT)/$(BuildMode)/bin
LExmplDir := $(LLVM_OBJ_ROOT)/$(BuildMode)/examples
#--------------------------------------------------------------------
More information about the llvm-commits
mailing list