[llvm-commits] CVS: llvm/tools/llvm-abcd/Makefile
LLVM
llvm at cs.uiuc.edu
Tue Jun 29 18:34:00 PDT 2004
Changes in directory llvm/tools/llvm-abcd:
Makefile updated: 1.1 -> 1.2
---
Log message:
The analyzer code now lives in the bcreader library. The bcanalyzer lib
is no more.
---
Diffs of the changes: (+1 -1)
Index: llvm/tools/llvm-abcd/Makefile
diff -u llvm/tools/llvm-abcd/Makefile:1.1 llvm/tools/llvm-abcd/Makefile:1.2
--- llvm/tools/llvm-abcd/Makefile:1.1 Mon Jun 7 12:53:43 2004
+++ llvm/tools/llvm-abcd/Makefile Tue Jun 29 18:33:31 2004
@@ -9,5 +9,5 @@
LEVEL = ../..
TOOLNAME = llvm-abcd
-USEDLIBS = bcanalyzer vmcore support.a
+USEDLIBS = bcreader vmcore support.a
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list