1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-08 07:08:12 +00:00

uninstall switch

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8462 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2002-12-15 18:22:55 +00:00
parent d7c918460c
commit 11a077036a

View File

@ -72,6 +72,14 @@ else
ldconfig
endif
uninstall:
rm -f $(prefix)/lib/libdha.so $(prefix)/lib/$(SHORTNAME) $(prefix)/lib/$(LIBNAME)
ifeq ($(TARGET_OS),OpenBSD)
ldconfig -R
else
ldconfig
endif
#
# include dependency files if they exist
#