summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-31 13:34:17 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-31 13:34:17 +0000
commit551d22810f93867c9de881a4e99558b6bb15c455 (patch)
treea40af8a433486d11fb530d1637dc2b58ed1f0679 /Makefile
parenta5fa2568d8a28c2e17d472028803096958137830 (diff)
downloadmpv-551d22810f93867c9de881a4e99558b6bb15c455.tar.bz2
mpv-551d22810f93867c9de881a4e99558b6bb15c455.tar.xz
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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