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

Devang Patel dpatel at apple.com
Thu Sep 7 13:22:12 PDT 2006



Changes in directory llvm/tools:

Makefile updated: 1.54 -> 1.55
---
Log message:

Add lto into the list of PARALLEL_DIRS


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

 Makefile |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)


Index: llvm/tools/Makefile
diff -u llvm/tools/Makefile:1.54 llvm/tools/Makefile:1.55
--- llvm/tools/Makefile:1.54	Tue Aug 22 19:12:11 2006
+++ llvm/tools/Makefile	Thu Sep  7 15:21:58 2006
@@ -18,6 +18,7 @@
 		 bugpoint llvm-db llvm-extract \
                  gccas llvm-bcanalyzer llvm-stub \
 		 gccld llvm2cpp \
-                 llvm-ld llvmc llvm-prof
+                 llvm-ld llvmc llvm-prof \
+                 lto
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list