[llvm-commits] CVS: llvm/tools/Makefile
Reid Spencer
reid at x10sys.com
Thu Apr 20 14:00:36 PDT 2006
Changes in directory llvm/tools:
Makefile updated: 1.44 -> 1.45
---
Log message:
Don't build llvm-config until issues are resolved.
---
Diffs of the changes: (+1 -1)
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/tools/Makefile
diff -u llvm/tools/Makefile:1.44 llvm/tools/Makefile:1.45
--- llvm/tools/Makefile:1.44 Thu Apr 20 15:53:23 2006
+++ llvm/tools/Makefile Thu Apr 20 16:00:24 2006
@@ -10,7 +10,7 @@
LEVEL := ..
PARALLEL_DIRS := llvm-as llvm-dis opt gccas llc llvm-link lli gccld llvm-stub \
analyze llvm-extract llvm-nm llvm-prof llvm-ar llvm-ranlib \
- llvm-bcanalyzer llvmc llvm-ld llvm-db bugpoint llvm-config
+ llvm-bcanalyzer llvmc llvm-ld llvm-db bugpoint
include $(LEVEL)/Makefile.config
More information about the llvm-commits
mailing list