diff options
author | Chris Lattner <sabre@nondot.org> | 2002-05-07 18:18:26 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-05-07 18:18:26 +0000 |
commit | 2154d13354c66174be22daa202ae830899f5ff58 (patch) | |
tree | 61c0a39f603d78b8fe9b8bbba36ae1034f4cc350 /tools/opt/Makefile | |
parent | 88d15ab0d62293b0a0471abb4d317f5de37258f6 (diff) | |
download | external_llvm-2154d13354c66174be22daa202ae830899f5ff58.zip external_llvm-2154d13354c66174be22daa202ae830899f5ff58.tar.gz external_llvm-2154d13354c66174be22daa202ae830899f5ff58.tar.bz2 |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/opt/Makefile b/tools/opt/Makefile index 678812a..cfe97d7 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 |