diff options
author | Tim Northover <tnorthover@apple.com> | 2013-08-06 12:50:45 +0000 |
---|---|---|
committer | Tim Northover <tnorthover@apple.com> | 2013-08-06 12:50:45 +0000 |
commit | 611910c4ec277e57c943225be9d61a45c82316a9 (patch) | |
tree | ef395377665c470431dfc6329d381c25b882a433 /Makefile.rules | |
parent | e664290ad6d988e0ae40f2461084f6adbababa47 (diff) | |
download | llvm-611910c4ec277e57c943225be9d61a45c82316a9.tar.gz |
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
Diffstat (limited to 'Makefile.rules')
-rw-r--r-- | Makefile.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules index 735cbacdcbf3..32b1ebcbf052 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 |