Mercurial > mplayer.hg
changeset 19293:67a441044abe
'make distclean' should remove all generated files, so also config.[h|mak].
author | diego |
---|---|
date | Thu, 03 Aug 2006 17:34:54 +0000 |
parents | 20938447bb55 |
children | 6e6b33b0b57e |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Thu Aug 03 17:31:30 2006 +0000 +++ b/Makefile Thu Aug 03 17:34:54 2006 +0000 @@ -488,7 +488,7 @@ distclean: clean doxygen_clean -rm -f *~ $(PRG) $(PRG_MENCODER) codec-cfg codecs2html - -rm -f .depend configure.log codecs.conf.h help_mp.h + -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: