Ticket #9: uninstall.patch

File uninstall.patch, 537 bytes (added by aquatique@…, 22 years ago)

Fix

  • Makefile

    old new  
    299299uninstall:
    300300        -rm -f $(BINDIR)/$(PRG) $(BINDIR)/gmplayer $(MANDIR)/man1/mplayer.1
    301301        -rm -f  $(BINDIR)/$(PRG_MENCODER) $(MANDIR)/man1/mencoder.1
     302ifeq ($(VIDIX),yes)
     303        $(DO_MAKE)
     304endif
    302305        @echo "Uninstall completed"
    303306
    304307clean:
  • vidix/Makefile

    old new  
    4040install:
    4141        $(DO_MAKE)
    4242
     43uninstall:
     44        $(DO_MAKE)
     45
    4346#
    4447# include dependency files if they exist
    4548#