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

Chris Lattner lattner at cs.uiuc.edu
Wed Nov 20 16:29:04 PST 2002


Changes in directory llvm/tools:

Makefile updated: 1.15 -> 1.16

---
Log message:

Build bugpoint


---
Diffs of the changes:

Index: llvm/tools/Makefile
diff -u llvm/tools/Makefile:1.15 llvm/tools/Makefile:1.16
--- llvm/tools/Makefile:1.15	Tue Oct 29 17:41:11 2002
+++ llvm/tools/Makefile	Wed Nov 20 16:28:18 2002
@@ -1,5 +1,5 @@
 LEVEL = ..
-PARALLEL_DIRS = as dis opt gccas llc link lli gccld analyze extract jello
+PARALLEL_DIRS = as dis opt gccas llc link lli gccld analyze extract jello bugpoint
 
 include $(LEVEL)/Makefile.common
 





More information about the llvm-commits mailing list