[llvm-commits] CVS: llvm/tools/Makefile
Reid Spencer
reid at x10sys.com
Sat Jan 15 18:21:42 PST 2005
Changes in directory llvm/tools:
Makefile updated: 1.41 -> 1.42
---
Log message:
Rename BUILD_* to PROJ_*
---
Diffs of the changes: (+1 -1)
Index: llvm/tools/Makefile
diff -u llvm/tools/Makefile:1.41 llvm/tools/Makefile:1.42
--- llvm/tools/Makefile:1.41 Fri Dec 31 16:56:14 2004
+++ llvm/tools/Makefile Sat Jan 15 20:21:29 2005
@@ -22,4 +22,4 @@
PARALLEL_DIRS := $(filter-out bugpoint llvm-db,$(PARALLEL_DIRS))
endif
-include $(BUILD_SRC_ROOT)/Makefile.rules
+include $(LLVM_SRC_ROOT)/Makefile.rules
More information about the llvm-commits
mailing list