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

Chris Lattner lattner at cs.uiuc.edu
Sun Jan 4 23:29:16 PST 2004


Changes in directory llvm/tools:

Makefile updated: 1.26 -> 1.27

---
Log message:

Add new directory



---
Diffs of the changes:  (+3 -2)

Index: llvm/tools/Makefile
diff -u llvm/tools/Makefile:1.26 llvm/tools/Makefile:1.27
--- llvm/tools/Makefile:1.26	Tue Oct 28 13:16:49 2003
+++ llvm/tools/Makefile	Sun Jan  4 23:28:15 2004
@@ -1,4 +1,4 @@
-##===- tools/Makefile ------------------------------*- Makefile -*-===##
+##===- tools/Makefile --------------------------------------*- Makefile -*-===##
 # 
 #                     The LLVM Compiler Infrastructure
 #
@@ -6,9 +6,10 @@
 # the University of Illinois Open Source License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
+
 LEVEL := ..
 PARALLEL_DIRS := llvm-as llvm-dis opt gccas llc llvm-link lli gccld \
-                 analyze extract bugpoint llvm-nm llvm-prof llvm-ar
+                 analyze extract bugpoint llvm-nm llvm-prof llvm-db llvm-ar
 
 include $(LEVEL)/Makefile.common
 





More information about the llvm-commits mailing list