summaryrefslogtreecommitdiff
path: root/tools/opt/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-11-19 16:59:41 +0000
committerChris Lattner <sabre@nondot.org>2002-11-19 16:59:41 +0000
commit2181c0112ff4a71da5e8a18f70e426508caf0be1 (patch)
treeb28ee6bf937de3872c82438c8510d14b52e996bb /tools/opt/Makefile
parentc03a0cb01b7e40d74d3ed7a2c76d2ae4342c202a (diff)
downloadllvm-2181c0112ff4a71da5e8a18f70e426508caf0be1.tar.gz
llvm-2181c0112ff4a71da5e8a18f70e426508caf0be1.tar.bz2
llvm-2181c0112ff4a71da5e8a18f70e426508caf0be1.tar.xz
Remove extra target.a entry
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4756 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 14fe05d9aa..6c6e0fb98a 100644
--- a/tools/opt/Makefile
+++ b/tools/opt/Makefile
@@ -2,7 +2,7 @@ LEVEL = ../..
TOOLNAME = opt
USEDLIBS = bcreader bcwriter instrument profpaths \
- sparc target.a mapping regalloc.a sched select codegen preopts \
+ sparc mapping regalloc.a sched select codegen preopts \
postopts.a \
livevar scalaropts \
ipo ipa.a datastructure transforms target.a analysis \