[llvm-commits] CVS: llvm/tools/Makefile
Reid Spencer
reid at x10sys.com
Tue May 30 14:21:08 PDT 2006
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
More information about the llvm-commits
mailing list