summaryrefslogtreecommitdiff
path: root/tools/opt/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-01-31 15:43:11 +0000
committerChris Lattner <sabre@nondot.org>2002-01-31 15:43:11 +0000
commit6a39f2c80ce906d1f91556784ceec1ddabee88b7 (patch)
tree11a0d4f9078825626fedaadd4b387336945ab91c /tools/opt/Makefile
parent21801532fdd6019734e990603405a0d983266804 (diff)
downloadllvm-6a39f2c80ce906d1f91556784ceec1ddabee88b7.tar.gz
llvm-6a39f2c80ce906d1f91556784ceec1ddabee88b7.tar.bz2
llvm-6a39f2c80ce906d1f91556784ceec1ddabee88b7.tar.xz
Resolve dependencies
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1614 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/opt/Makefile')
-rw-r--r--tools/opt/Makefile4
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