forked from OSchip/llvm-project
Fix output for building shared libraries per Chris' requirements
llvm-svn: 17376
This commit is contained in:
parent
70fdac83e3
commit
68172d44c2
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue