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 d72b6b1e77
commit 365ac26844

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)