[llvm-commits] CVS: llvm/tools/Makefile

Chris Lattner lattner at cs.uiuc.edu
Tue Oct 28 13:17:07 PST 2003


Changes in directory llvm/tools:

Makefile updated: 1.25 -> 1.26

---
Log message:

Build the llvm-prof directory


---
Diffs of the changes:  (+1 -1)

Index: llvm/tools/Makefile
diff -u llvm/tools/Makefile:1.25 llvm/tools/Makefile:1.26
--- llvm/tools/Makefile:1.25	Mon Oct 20 17:27:24 2003
+++ llvm/tools/Makefile	Tue Oct 28 13:16:49 2003
@@ -8,7 +8,7 @@
 ##===----------------------------------------------------------------------===##
 LEVEL := ..
 PARALLEL_DIRS := llvm-as llvm-dis opt gccas llc llvm-link lli gccld \
-                 analyze extract bugpoint llvm-nm llvm-ar
+                 analyze extract bugpoint llvm-nm llvm-prof llvm-ar
 
 include $(LEVEL)/Makefile.common
 





More information about the llvm-commits mailing list