summaryrefslogtreecommitdiff
path: root/tools/gccas/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-11-14 11:03:17 +0000
committerChris Lattner <sabre@nondot.org>2001-11-14 11:03:17 +0000
commitc2ae4f6d3b72d153272b244fc1c8701ee89cbddb (patch)
treef113358df33fd1d9b61ce580240f93d987b97b16 /tools/gccas/Makefile
parentd5b48ca422089a17fa6ba2945d3f8b46fff7d689 (diff)
downloadllvm-c2ae4f6d3b72d153272b244fc1c8701ee89cbddb.tar.gz
llvm-c2ae4f6d3b72d153272b244fc1c8701ee89cbddb.tar.bz2
llvm-c2ae4f6d3b72d153272b244fc1c8701ee89cbddb.tar.xz
Fix link prob
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1297 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/gccas/Makefile')
-rw-r--r--tools/gccas/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gccas/Makefile b/tools/gccas/Makefile
index a947f3a8db..bdd41a3024 100644
--- a/tools/gccas/Makefile
+++ b/tools/gccas/Makefile
@@ -1,6 +1,6 @@
LEVEL = ../..
TOOLNAME = gccas
-USEDLIBS = asmparser bcwriter analysis transforms opt vmcore asmwriter support target
+USEDLIBS = asmparser bcwriter transforms analysis opt vmcore asmwriter support target
include $(LEVEL)/Makefile.common