From: Chris Lattner Date: Thu, 31 Jan 2002 15:43:11 +0000 (+0000) Subject: Resolve dependencies X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=6a39f2c80ce906d1f91556784ceec1ddabee88b7;p=oota-llvm.git Resolve dependencies git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1614 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/opt/Makefile b/tools/opt/Makefile index a48cb74b59c..882313a7655 100644 --- a/tools/opt/Makefile +++ b/tools/opt/Makefile @@ -1,7 +1,7 @@ LEVEL = ../.. TOOLNAME = opt -USEDLIBS = bcreader bcwriter asmwriter analysis instrument transforms \ - scalaropts ipo target analysis vmcore support +USEDLIBS = bcreader bcwriter asmwriter instrument scalaropts \ + ipo target analysis transforms vmcore support include $(LEVEL)/Makefile.common