diff options
author | Chris Lattner <sabre@nondot.org> | 2002-01-31 15:43:11 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-01-31 15:43:11 +0000 |
commit | 6a39f2c80ce906d1f91556784ceec1ddabee88b7 (patch) | |
tree | 11a0d4f9078825626fedaadd4b387336945ab91c | |
parent | 21801532fdd6019734e990603405a0d983266804 (diff) |
Resolve dependencies
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1614 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | tools/opt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |