[Mplayer-cvslog] CVS: main/libdha Makefile,1.16,1.17
Alex Beregszaszi
alex at mplayerhq.hu
Sun Dec 15 19:22:58 CET 2002
Update of /cvsroot/mplayer/main/libdha
In directory mail:/var/tmp.root/cvs-serv18196
Modified Files:
Makefile
Log Message:
uninstall switch
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libdha/Makefile,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- Makefile 21 Oct 2002 14:23:19 -0000 1.16
+++ Makefile 15 Dec 2002 18:22:55 -0000 1.17
@@ -72,6 +72,14 @@
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
#
More information about the MPlayer-cvslog
mailing list