Get the shared library extension right on all platforms, regardless of what

Chris wants on his platform.

llvm-svn: 17379
This commit is contained in:
Reid Spencer 2004-10-31 22:53:06 +00:00
parent d49bd175f0
commit 737424ced3
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 $(LIBRARYNAME).so
$(Echo) Linking $(Configuration) Shared Library $(LIBRARYNAME)$(SHLIBEXT)
$(Verb) $(Link) -o $@ $(ObjectsLO)
$(Verb) $(LTInstall) $@ $(LibDir)