[Mplayer-cvslog] CVS: main/vidix Makefile,1.4,1.5

Torinthiel CVS syncmail at mplayerhq.hu
Wed Oct 20 16:20:10 CEST 2004


CVS change done by Torinthiel CVS

Update of /cvsroot/mplayer/main/vidix
In directory mail:/var2/tmp/cvs-serv8056/vidix

Modified Files:
	Makefile 
Log Message:
make uninstall was leaving vidix, dha, and libmpdvdkit libraries 
and translated manpages as well. This fixes the issue.
Resolves bug #9 (hopefully)
Based on Bugzilla patch by Evgueni V. Gavrilov (aquatique at rusunix.org)


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/vidix/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile	24 Jun 2004 12:52:17 -0000	1.4
+++ Makefile	20 Oct 2004 14:20:07 -0000	1.5
@@ -40,6 +40,9 @@
 install:
 	$(DO_MAKE)
 
+uninstall:
+	$(DO_MAKE)
+
 #
 # include dependency files if they exist
 #




More information about the MPlayer-cvslog mailing list