[llvm-commits] CVS: llvm/tools/Makefile
Misha Brukman
brukman at cs.uiuc.edu
Tue Sep 16 10:23:02 PDT 2003
Changes in directory llvm/tools:
Makefile updated: 1.22 -> 1.23
---
Log message:
`link' is now `llvm-link'.
---
Diffs of the changes:
Index: llvm/tools/Makefile
diff -u llvm/tools/Makefile:1.22 llvm/tools/Makefile:1.23
--- llvm/tools/Makefile:1.22 Mon Sep 15 09:45:00 2003
+++ llvm/tools/Makefile Tue Sep 16 10:21:52 2003
@@ -1,5 +1,5 @@
LEVEL := ..
-PARALLEL_DIRS := llvm-as llvm-dis opt gccas llc link lli gccld \
+PARALLEL_DIRS := llvm-as llvm-dis opt gccas llc llvm-link lli gccld \
analyze extract bugpoint llvm-ar
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list