Remove extra comma.

llvm-svn: 17113
This commit is contained in:
Reid Spencer 2004-10-18 03:26:21 +00:00
parent 2097b94c8b
commit e5068ed336
1 changed files with 1 additions and 1 deletions

View File

@ -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)