[MPlayer-dev-eng] [PATCH] fix to Makefile uninstall
Diego Biurrun
diego at biurrun.de
Tue Nov 15 14:53:23 CET 2005
On Tue, Nov 15, 2005 at 12:37:10PM +0100, Paul TT wrote:
>
> if test "i$$l" != "en"; then \
> - -rm -f $(MANDIR)/$$l/man1/mplayer.1 $(MANDIR)/$$l/man1/mencoder.1 \
> - -rm -f $(MANDIR)/$$l/man1/gmplayer.1 \
> - fi \
> + rm -f $(MANDIR)/$$l/man1/mplayer.1 $(MANDIR)/$$l/man1/mencoder.1 ; \
> + rm -f $(MANDIR)/$$l/man1/gmplayer.1 ; \
Please convert this to one rm command while you're at it.
Diego
More information about the MPlayer-dev-eng
mailing list