After removing stuff from TargetMachine, we now no longer have to include
authorChris Lattner <sabre@nondot.org>
Mon, 28 Oct 2002 01:13:07 +0000 (01:13 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 28 Oct 2002 01:13:07 +0000 (01:13 +0000)
it twice.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4311 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llc/Makefile

index 77ee1266acd975e85cff77b89e803ae28964d149..186d5abbf17be0dc6f7ba7f255e8c5abe0d147cc 100644 (file)
@@ -1,7 +1,7 @@
 LEVEL = ../..
 TOOLNAME = llc
 USEDLIBS = mapping \
-           sparc target.a \
+           sparc \
            regalloc \
            sched \
            select \