Mercurial > mplayer.hg
changeset 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 | bbce98bb6d05 |
children | 0c7ad1c632cc |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)