Mercurial > mplayer.hg
diff Makefile @ 19299:e5854db8a39f
Recurse into subdirs before cleaning the top level to avoid error messages.
author | diego |
---|---|
date | Thu, 03 Aug 2006 19:29:20 +0000 |
parents | 67a441044abe |
children | c4104abaaf46 |
line wrap: on
line diff
--- a/Makefile Thu Aug 03 19:25:16 2006 +0000 +++ b/Makefile Thu Aug 03 19:29:20 2006 +0000 @@ -487,9 +487,9 @@ @for a in $(PARTS); do $(MAKE) -C $$a clean; done distclean: clean doxygen_clean + @for a in $(PARTS); do $(MAKE) -C $$a distclean; done -rm -f *~ $(PRG) $(PRG_MENCODER) codec-cfg codecs2html -rm -f .depend configure.log codecs.conf.h help_mp.h config.h config.mak - @for a in $(PARTS); do $(MAKE) -C $$a distclean; done strip: strip -s $(ALL_PRG)