[llvm-commits] CVS: llvm/tools/analyze/Makefile

Chris Lattner lattner at cs.uiuc.edu
Mon Mar 31 11:31:01 PST 2003


Changes in directory llvm/tools/analyze:

Makefile updated: 1.17 -> 1.18

---
Log message:

Minor tweak


---
Diffs of the changes:

Index: llvm/tools/analyze/Makefile
diff -u llvm/tools/analyze/Makefile:1.17 llvm/tools/analyze/Makefile:1.18
--- llvm/tools/analyze/Makefile:1.17	Mon Nov  4 14:50:51 2002
+++ llvm/tools/analyze/Makefile	Mon Mar 31 11:30:35 2003
@@ -1,7 +1,7 @@
 LEVEL = ../..
 TOOLNAME = analyze
 USEDLIBS = asmparser bcreader scalaropts.a transforms.a analysis ipa \
-           datastructure target.a transformutils.a vmcore support
+           datastructure target.a transformutils.a scalaropts.a vmcore support
 TOOLLINKOPTS = -ldl
 
 include $(LEVEL)/Makefile.common





More information about the llvm-commits mailing list