From: Tim Northover Date: Tue, 6 Aug 2013 12:50:45 +0000 (+0000) Subject: Remove oddly named libraries with "make uninstall-local" X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;ds=sidebyside;h=611910c4ec277e57c943225be9d61a45c82316a9;hp=e664290ad6d988e0ae40f2461084f6adbababa47;p=oota-llvm.git Remove oddly named libraries with "make uninstall-local" Patch by Edward-san. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187793 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile.rules b/Makefile.rules index 735cbacdcbf..32b1ebcbf05 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -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