diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-10-31 13:34:17 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-10-31 13:34:17 +0000 |
commit | 551d22810f93867c9de881a4e99558b6bb15c455 (patch) | |
tree | a40af8a433486d11fb530d1637dc2b58ed1f0679 /Makefile | |
parent | a5fa2568d8a28c2e17d472028803096958137830 (diff) |
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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |