Changes in directory llvm/tools:
Makefile updated: 1.47 -> 1.48
---
Log message:

llvm2cpp is ready to be compiled so add it to the makefile, but make it
optional.


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

 Makefile |    2 ++
 1 files changed, 2 insertions(+)


Index: llvm/tools/Makefile
diff -u llvm/tools/Makefile:1.47 llvm/tools/Makefile:1.48
--- llvm/tools/Makefile:1.47    Wed May 17 16:20:50 2006
+++ llvm/tools/Makefile Tue May 30 16:20:55 2006
@@ -12,4 +12,6 @@
                  analyze llvm-extract llvm-nm llvm-prof llvm-ar llvm-ranlib \
                  llvm-bcanalyzer llvmc llvm-ld llvm-db bugpoint llvm-config
 
+OPTIONAL_DIRS := llvm2cpp
+
 include $(LEVEL)/Makefile.common



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to