[MPlayer-dev-eng] [PATCH] Fix 'make distclean'

Diego Biurrun diego at biurrun.de
Tue Feb 3 00:23:21 CET 2009


On Tue, Feb 03, 2009 at 01:20:23AM +0200, Georgi Petrov wrote:
> > If that line removes the subdirectory then what removes the executable?
> > Isn't the line supposed to take the executable suffix into account so
> > that it should attempt to remove the executable, not the directory? Why
> > does the existing $(EXESUF) which is visible in your patch too not do
> > that?
> 
> I realized that after I sent the patch. Yap - in my case $(EXESUF) is
> definitely nothing, so the command is rm -f mplayer and not rm -f
> mplayer.exe...
> 
> Now I see. I'll continue to investigate this variable.

You should have

EXESUF = .exe

in config.mak, which gets included from the Makefile.  Something is
fishy there.

Diego



More information about the MPlayer-dev-eng mailing list