summaryrefslogtreecommitdiff
path: root/tools/opt/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-05-07 18:18:26 +0000
committerChris Lattner <sabre@nondot.org>2002-05-07 18:18:26 +0000
commit2154d13354c66174be22daa202ae830899f5ff58 (patch)
tree61c0a39f603d78b8fe9b8bbba36ae1034f4cc350 /tools/opt/Makefile
parent88d15ab0d62293b0a0471abb4d317f5de37258f6 (diff)
downloadllvm-2154d13354c66174be22daa202ae830899f5ff58.tar.gz
llvm-2154d13354c66174be22daa202ae830899f5ff58.tar.bz2
llvm-2154d13354c66174be22daa202ae830899f5ff58.tar.xz
Straighten out makefiles after moving code to new Transform Utils library
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2520 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/opt/Makefile')
-rw-r--r--tools/opt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/opt/Makefile b/tools/opt/Makefile
index 678812a669..cfe97d77cd 100644
--- a/tools/opt/Makefile
+++ b/tools/opt/Makefile
@@ -1,7 +1,7 @@
LEVEL = ../..
TOOLNAME = opt
USEDLIBS = bcreader bcwriter instrument profpaths scalaropts \
- ipo ipa datastructure target analysis transforms vmcore support
+ ipo ipa datastructure transforms target analysis transformutils vmcore support
include $(LEVEL)/Makefile.common