From 551d22810f93867c9de881a4e99558b6bb15c455 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 31 Oct 2006 13:34:17 +0000 Subject: [PATCH] Run dirclean instead of clean on distclean, this way we only need to recurse through subdirectories once. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20558 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c5845a4c74..751ba680dd 100644 --- a/Makefile +++ b/Makefile @@ -401,7 +401,7 @@ dirclean: 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