[llvm-commits] CVS: llvm/Makefile
Reid Spencer
reid at x10sys.com
Sat May 28 17:49:37 PDT 2005
Changes in directory llvm:
Makefile updated: 1.49 -> 1.50
---
Log message:
Make sure the tools get built if no build target is specified.
---
Diffs of the changes: (+1 -1)
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/Makefile
diff -u llvm/Makefile:1.49 llvm/Makefile:1.50
--- llvm/Makefile:1.49 Wed May 25 16:03:17 2005
+++ llvm/Makefile Sat May 28 19:49:24 2005
@@ -13,7 +13,7 @@
DIRS += tools
else
ifneq ($(MAKECMDGOALS),libs-only)
- DIRS += runtime docs
+ DIRS += tools runtime docs
OPTIONAL_DIRS = examples projects
endif
endif
More information about the llvm-commits
mailing list