From: Chris Lattner Date: Wed, 14 Nov 2001 11:03:17 +0000 (+0000) Subject: Fix link prob X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=c2ae4f6d3b72d153272b244fc1c8701ee89cbddb;p=oota-llvm.git Fix link prob git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1297 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/gccas/Makefile b/tools/gccas/Makefile index a947f3a8db3..bdd41a30246 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