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

Chris Lattner lattner at cs.uiuc.edu
Fri Apr 2 23:34:24 PST 2004


Changes in directory llvm/tools/analyze:

Makefile updated: 1.20 -> 1.21

---
Log message:

Tweak libraries for scev changes


---
Diffs of the changes:  (+2 -2)

Index: llvm/tools/analyze/Makefile
diff -u llvm/tools/analyze/Makefile:1.20 llvm/tools/analyze/Makefile:1.21
--- llvm/tools/analyze/Makefile:1.20	Mon Oct 20 17:27:26 2003
+++ llvm/tools/analyze/Makefile	Fri Apr  2 14:32:46 2004
@@ -8,8 +8,8 @@
 ##===----------------------------------------------------------------------===##
 LEVEL = ../..
 TOOLNAME = analyze
-USEDLIBS = asmparser bcreader scalaropts.a transforms.a analysis ipa \
-           datastructure target.a transformutils.a scalaropts.a vmcore support
+USEDLIBS = asmparser bcreader analysis ipa datastructure scalaropts.a transforms.a \
+           target.a scalaropts.a transformutils.a vmcore support
 TOOLLINKOPTS = $(PLATFORMLIBDL)
 
 include $(LEVEL)/Makefile.common





More information about the llvm-commits mailing list