Mercurial > mplayer.hg
changeset 26590:ccfcdc2323aa
Remove tools on distclean, not on clean.
author | diego |
---|---|
date | Wed, 30 Apr 2008 17:54:02 +0000 |
parents | 47f08d44cfa7 |
children | 0f069e41d8d2 |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Wed Apr 30 17:53:38 2008 +0000 +++ b/Makefile Wed Apr 30 17:54:02 2008 +0000 @@ -874,11 +874,11 @@ fi ; \ done -clean: toolsclean +clean: rm -f $(foreach dir,$(DIRS),$(foreach suffix,/*.o /*.a /*.ho /*~, $(addsuffix $(suffix),$(dir)))) rm -f mplayer$(EXESUF) mencoder$(EXESUF) -distclean: clean doxygen_clean testsclean +distclean: clean doxygen_clean testsclean toolsclean rm -f $(foreach dir,$(DIRS),$(foreach suffix,/*.d, $(addsuffix $(suffix),$(dir)))) rm -f configure.log config.mak config.h codecs.conf.h help_mp.h \ version.h $(VIDIX_PCI_FILES) \