From: Reid Spencer Date: Mon, 18 Oct 2004 03:26:21 +0000 (+0000) Subject: Remove extra comma. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=0bade7e5e7915973257203f131f18a145702d62f;p=oota-llvm.git Remove extra comma. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17113 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/gccas/Makefile.am b/tools/gccas/Makefile.am index 64ac578a019..99f976bad62 100644 --- a/tools/gccas/Makefile.am +++ b/tools/gccas/Makefile.am @@ -16,4 +16,4 @@ gccas_SOURCES = gccas.cpp gccas_LDADD = \ $(call GETOBJS,AsmParser,BCWriter,Core) \ $(call GETLIBS,Transforms,IPO,IPA,ScalarOpts,Analysis,Target,TransformUtils) \ - $(call GETLIBS,,Support,System) + $(call GETLIBS,Support,System)