summaryrefslogtreecommitdiff
path: root/common.mak
diff options
context:
space:
mode:
authorDave Yeo <daveryeo@telus.net>2007-10-17 13:48:47 +0000
committerDiego Biurrun <diego@biurrun.de>2007-10-17 13:48:47 +0000
commit5b5d0491b5ca5896298337d0a4e6566d51a407b7 (patch)
tree6ac2ce67e1c47ee99cdef6966635303552eed2f3 /common.mak
parentab54bff20a800ce84b541cf45a660518aba248f3 (diff)
Add SLIB_UNINSTALL_EXTRA_COMMAND to uninstall the things installed via
SLIB_INSTALL_EXTRA_COMMAND. patch by Dave Yeo, daveryeo telus net Originally committed as revision 10767 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'common.mak')
-rw-r--r--common.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.mak b/common.mak
index a3940730a7..e93ded0564 100644
--- a/common.mak
+++ b/common.mak
@@ -96,6 +96,7 @@ uninstall-libs:
-rm -f "$(SHLIBDIR)/$(SLIBNAME_WITH_MAJOR)" \
"$(SHLIBDIR)/$(SLIBNAME)" \
"$(SHLIBDIR)/$(SLIBNAME_WITH_VERSION)"
+ -$(SLIB_UNINSTALL_EXTRA_CMD)
-rm -f "$(LIBDIR)/$(LIB)"
uninstall-headers::