Mercurial > mplayer.hg
changeset 20542:ebfc1eb11ebf
Run dirclean instead of clean on distclean, this way we only need to
recurse through subdirectories once.
author | diego |
---|---|
date | Tue, 31 Oct 2006 13:34:17 +0000 |
parents | 21d39d70f58e |
children | 3228e57f76f2 |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Tue Oct 31 13:19:10 2006 +0000 +++ b/Makefile Tue Oct 31 13:34:17 2006 +0000 @@ -401,7 +401,7 @@ clean: dirclean @for a in $(PARTS); do $(MAKE) -C $$a clean; done -distclean: clean doxygen_clean +distclean: dirclean doxygen_clean @for a in $(PARTS); do $(MAKE) -C $$a distclean; done -rm -f *~ $(PRG) $(PRG_MENCODER) codec-cfg codecs2html codecs.conf.h \ .depend configure.log config.mak config.h help_mp.h version.h