Fix output for building shared libraries per Chris' requirements

llvm-svn: 17376
This commit is contained in:
Reid Spencer 2004-10-31 21:07:34 +00:00
parent 70fdac83e3
commit 68172d44c2
1 changed files with 1 additions and 1 deletions

View File

@ -452,7 +452,7 @@ ifdef SHARED_LIBRARY
all-local:: $(LibName.LA)
$(LibName.LA): $(BUILT_SOURCES) $(ObjectsLO) $(LibDir)/.dir
$(Echo) Linking $(Configuration) Shared Library $(notdir $@)
$(Echo) Linking $(Configuration) Shared Library $(LIBRARYNAME).so
$(Verb) $(Link) -o $@ $(ObjectsLO)
$(Verb) $(LTInstall) $@ $(LibDir)