[llvm-commits] CVS: llvm/tools/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Thu Oct 16 12:47:00 PDT 2003
Changes in directory llvm/tools:
Makefile updated: 1.23 -> 1.24
---
Log message:
Welcome llvm-nm to the family
---
Diffs of the changes: (+1 -1)
Index: llvm/tools/Makefile
diff -u llvm/tools/Makefile:1.23 llvm/tools/Makefile:1.24
--- llvm/tools/Makefile:1.23 Tue Sep 16 10:21:52 2003
+++ llvm/tools/Makefile Thu Oct 16 12:46:21 2003
@@ -1,6 +1,6 @@
LEVEL := ..
PARALLEL_DIRS := llvm-as llvm-dis opt gccas llc llvm-link lli gccld \
- analyze extract bugpoint llvm-ar
+ analyze extract bugpoint llvm-nm llvm-ar
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list