From 611910c4ec277e57c943225be9d61a45c82316a9 Mon Sep 17 00:00:00 2001 From: Tim Northover Date: Tue, 6 Aug 2013 12:50:45 +0000 Subject: 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 --- Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.rules') diff --git a/Makefile.rules b/Makefile.rules index 735cbac..32b1ebc 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 -- cgit v1.1