Fix this build message so that it displays the correct library

name, specifically the "lib" prefix.

llvm-svn: 107011
This commit is contained in:
Dan Gohman 2010-06-28 15:55:15 +00:00
parent b8c058cbb0
commit 8a62f18091
1 changed files with 1 additions and 1 deletions

View File

@ -1131,7 +1131,7 @@ $(LibName.SO): $(ObjectsO) $(ProjLibsPaths) $(LLVMLibsPaths) $(LibDir)/.dir
$(ProjLibsOptions) $(LLVMLibsOptions) $(LIBS)
else
$(LibName.SO): $(ObjectsO) $(LibDir)/.dir
$(Echo) Linking $(BuildMode) Shared Library $(LIBRARYNAME)$(SHLIBEXT)
$(Echo) Linking $(BuildMode) Shared Library $(basename $@)
$(Verb) $(Link) $(SharedLinkOptions) -o $@ $(ObjectsO)
endif