[MPlayer-dev-eng] [PATCH] make uninstall doesn't remove vidix & libdha
Moritz Bunkus
moritz at bunkus.org
Tue Oct 12 08:11:07 CEST 2004
Hey,
from Bugzilla: http://bugzilla.mplayerhq.hu/show_bug.cgi?id=9
Does still apply. If no one objects I'll commit it soon (or maybe
someone else will? :)).
Mosu
--
If Darl McBride was in charge, he'd probably make marriage
unconstitutional too, since clearly it de-emphasizes the commercial
nature of normal human interaction, and probably is a major impediment
to the commercial growth of prostitution. - Linus Torvalds
-------------- next part --------------
--- Makefile.orig Mon Jul 5 14:27:36 2004
+++ Makefile Mon Jul 5 14:31:45 2004
@@ -299,6 +299,9 @@
uninstall:
-rm -f $(BINDIR)/$(PRG) $(BINDIR)/gmplayer $(MANDIR)/man1/mplayer.1
-rm -f $(BINDIR)/$(PRG_MENCODER) $(MANDIR)/man1/mencoder.1
+ifeq ($(VIDIX),yes)
+ $(DO_MAKE)
+endif
@echo "Uninstall completed"
clean:
--- vidix/Makefile.orig Mon Jul 5 14:33:46 2004
+++ vidix/Makefile Mon Jul 5 14:34:09 2004
@@ -40,6 +40,9 @@
install:
$(DO_MAKE)
+uninstall:
+ $(DO_MAKE)
+
#
# include dependency files if they exist
#
More information about the MPlayer-dev-eng
mailing list