[llvm-commits] CVS: llvm/Makefile
Reid Spencer
reid at x10sys.com
Fri Apr 7 18:57:23 PDT 2006
Changes in directory llvm:
Makefile updated: 1.55 -> 1.56
---
Log message:
Don't build projects/examples if libs-only was specified.
---
Diffs of the changes: (+1 -1)
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/Makefile
diff -u llvm/Makefile:1.55 llvm/Makefile:1.56
--- llvm/Makefile:1.55 Fri Apr 7 16:45:23 2006
+++ llvm/Makefile Fri Apr 7 20:57:10 2006
@@ -22,8 +22,8 @@
$(warning Skipping runtime libraries, llvm-gcc 4 detected.)
endif
DIRS += docs
+ OPTIONAL_DIRS = examples projects
endif
- OPTIONAL_DIRS = examples projects
endif
EXTRA_DIST := test llvm.spec include
More information about the llvm-commits
mailing list