Tweak libraries for scev changes
authorChris Lattner <sabre@nondot.org>
Fri, 2 Apr 2004 20:32:46 +0000 (20:32 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 2 Apr 2004 20:32:46 +0000 (20:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12625 91177308-0d34-0410-b5e6-96231b3b80d8

tools/analyze/Makefile

index 463dd95d44ef9b189c0556b0bf272257b1082804..81e84e29801a49d1819f65f72e0fd71eaad98517 100644 (file)
@@ -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