Changes in directory llvm/tools/bugpoint:
Makefile updated: 1.13 -> 1.14 --- Log message: Remove a now-unneeded library --- Diffs of the changes: (+1 -1) Makefile | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/tools/bugpoint/Makefile diff -u llvm/tools/bugpoint/Makefile:1.13 llvm/tools/bugpoint/Makefile:1.14 --- llvm/tools/bugpoint/Makefile:1.13 Sun Oct 23 20:05:53 2005 +++ llvm/tools/bugpoint/Makefile Sun Oct 23 21:31:05 2005 @@ -10,7 +10,7 @@ TOOLNAME = bugpoint -OPTLIBS = LLVMTransforms.a LLVMInstrumentation.a LLVMProfilePaths +OPTLIBS = LLVMTransforms.a LLVMInstrumentation.a ANALIBS = LLVMDataStructure LLVMipa.a LLVMTarget.a USEDLIBS = LLVMipo.a LLVMScalarOpts.a $(OPTLIBS) $(ANALIBS) LLVMAnalysis.a \ _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits