[llvm-commits] CVS: llvm/tools/Makefile
Reid Spencer
reid at x10sys.com
Thu Apr 20 14:14:51 PDT 2006
Changes in directory llvm/tools:
Makefile updated: 1.45 -> 1.46
---
Log message:
Okay, llvm-config is good to go now.
---
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.45 llvm/tools/Makefile:1.46
--- llvm/tools/Makefile:1.45 Thu Apr 20 16:00:24 2006
+++ llvm/tools/Makefile Thu Apr 20 16:14:39 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-bcanalyzer llvmc llvm-ld llvm-db bugpoint llvm-config
include $(LEVEL)/Makefile.config
More information about the llvm-commits
mailing list