[llvm-commits] CVS: llvm/utils/Makefile
Reid Spencer
reid at x10sys.com
Tue Feb 6 10:51:49 PST 2007
Changes in directory llvm/utils:
Makefile updated: 1.15 -> 1.16
---
Log message:
Set the new NO_INSTALL flag for build-only tools.
---
Diffs of the changes: (+1 -1)
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/utils/Makefile
diff -u llvm/utils/Makefile:1.15 llvm/utils/Makefile:1.16
--- llvm/utils/Makefile:1.15 Thu Apr 20 16:15:41 2006
+++ llvm/utils/Makefile Tue Feb 6 12:51:28 2007
@@ -8,7 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ..
-DIRS = TableGen fpcmp PerfectShuffle
+PARALLEL_DIRS := TableGen fpcmp PerfectShuffle
EXTRA_DIST := cgiplotNLT.pl check-each-file codegen-diff countloc.sh cvsupdate \
DSAclean.py DSAextract.py emacs findsym.pl GenLibDeps.pl \
More information about the llvm-commits
mailing list