forked from OSchip/llvm-project
Remove oddly named libraries with "make uninstall-local"
Patch by Edward-san. llvm-svn: 187793
This commit is contained in:
parent
3211e61b6d
commit
35989340a4
|
@ -1185,7 +1185,7 @@ $(DestSharedLib): $(LibName.SO) $(DestSharedLibDir)
|
|||
|
||||
uninstall-local::
|
||||
$(Echo) Uninstalling $(BuildMode) Shared Library $(DestSharedLib)
|
||||
-$(Verb) $(RM) -f $(DestSharedLibDir)/$(SharedPrefix)$(LIBRARYNAME).*
|
||||
-$(Verb) $(RM) -f $(DestSharedLib)
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue