[llvm-commits] CVS: llvm/tools/Makefile
Misha Brukman
brukman at cs.uiuc.edu
Sun Apr 24 10:42:16 PDT 2005
Changes in directory llvm/tools:
Makefile updated: 1.42 -> 1.43
---
Log message:
extract has been renamed to llvm-extract to avoid conflicting with another tool
---
Diffs of the changes: (+1 -1)
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/tools/Makefile
diff -u llvm/tools/Makefile:1.42 llvm/tools/Makefile:1.43
--- llvm/tools/Makefile:1.42 Sat Jan 15 20:21:29 2005
+++ llvm/tools/Makefile Sun Apr 24 12:42:05 2005
@@ -9,7 +9,7 @@
LEVEL := ..
PARALLEL_DIRS := llvm-as llvm-dis opt gccas llc llvm-link lli gccld llvm-stub \
- analyze extract llvm-nm llvm-prof llvm-ar llvm-ranlib \
+ analyze llvm-extract llvm-nm llvm-prof llvm-ar llvm-ranlib \
llvm-bcanalyzer llvmc llvm-ld llvm-db bugpoint
include $(LEVEL)/Makefile.config
More information about the llvm-commits
mailing list