From 6a39f2c80ce906d1f91556784ceec1ddabee88b7 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 31 Jan 2002 15:43:11 +0000 Subject: Resolve dependencies git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1614 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/opt/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/opt/Makefile') diff --git a/tools/opt/Makefile b/tools/opt/Makefile index a48cb74b59..882313a765 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 -- cgit v1.2.3