Mercurial > mplayer.hg
changeset 19964:edee81101156
Remove version.h on distclean.
author | diego |
---|---|
date | Sun, 24 Sep 2006 15:55:10 +0000 |
parents | 601bd947b61d |
children | 70352570e9ae |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sun Sep 24 15:53:23 2006 +0000 +++ b/Makefile Sun Sep 24 15:55:10 2006 +0000 @@ -479,8 +479,8 @@ distclean: clean doxygen_clean @for a in $(PARTS); do $(MAKE) -C $$a distclean; done - -rm -f *~ $(PRG) $(PRG_MENCODER) codec-cfg codecs2html - -rm -f .depend configure.log codecs.conf.h help_mp.h config.h config.mak + -rm -f *~ $(PRG) $(PRG_MENCODER) codec-cfg codecs2html codecs.conf.h \ + .depend configure.log config.mak config.h help_mp.h version.h strip: strip -s $(ALL_PRG)