[llvm-commits] CVS: llvm/Makefile
Reid Spencer
reid at x10sys.com
Mon Feb 5 01:43:33 PST 2007
Changes in directory llvm:
Makefile updated: 1.67 -> 1.68
---
Log message:
Don't prevent install target from descending into the utils directory.
It prevents "make install" on a clean directory from working.
---
Diffs of the changes: (+0 -7)
Makefile | 7 -------
1 files changed, 7 deletions(-)
Index: llvm/Makefile
diff -u llvm/Makefile:1.67 llvm/Makefile:1.68
--- llvm/Makefile:1.67 Thu Nov 16 21:32:33 2006
+++ llvm/Makefile Mon Feb 5 03:43:17 2007
@@ -40,13 +40,6 @@
OPTIONAL_DIRS :=
endif
-# Don't install utils, examples, or projects they are only used to
-# build LLVM.
-ifeq ($(MAKECMDGOALS),install)
- DIRS := $(filter-out utils, $(DIRS))
- OPTIONAL_DIRS :=
-endif
-
# Include the main makefile machinery.
include $(LLVM_SRC_ROOT)/Makefile.rules
More information about the llvm-commits
mailing list