summaryrefslogtreecommitdiff
path: root/tools/gccld
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/gccld
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/gccld')
-rw-r--r--tools/gccld/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gccld/Makefile b/tools/gccld/Makefile
index c4e2987a4b..f808aa798a 100644
--- a/tools/gccld/Makefile
+++ b/tools/gccld/Makefile
@@ -1,6 +1,6 @@
LEVEL = ../..
TOOLNAME = gccld
-USEDLIBS = transforms ipo ipa analysis scalaropts target bcreader bcwriter vmcore support
+USEDLIBS = ipo analysis transforms ipa scalaropts transformutils target bcreader bcwriter vmcore support
include $(LEVEL)/Makefile.common