Ticket #9: uninstall.patch
| File uninstall.patch, 537 bytes (added by , 22 years ago) |
|---|
-
Makefile
old new 299 299 uninstall: 300 300 -rm -f $(BINDIR)/$(PRG) $(BINDIR)/gmplayer $(MANDIR)/man1/mplayer.1 301 301 -rm -f $(BINDIR)/$(PRG_MENCODER) $(MANDIR)/man1/mencoder.1 302 ifeq ($(VIDIX),yes) 303 $(DO_MAKE) 304 endif 302 305 @echo "Uninstall completed" 303 306 304 307 clean: -
vidix/Makefile
old new 40 40 install: 41 41 $(DO_MAKE) 42 42 43 uninstall: 44 $(DO_MAKE) 45 43 46 # 44 47 # include dependency files if they exist 45 48 #
