# HG changeset patch # User diego # Date 1154633360 0 # Node ID e5854db8a39f8944e4d2ce36a836d2b738d818ca # Parent bbce98bb6d051cd989ad9d0df5c93e1663df4f5b Recurse into subdirs before cleaning the top level to avoid error messages. diff -r bbce98bb6d05 -r e5854db8a39f Makefile --- 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)