1
mirror of https://github.com/mpv-player/mpv synced 2024-08-24 07:21:49 +02:00

Remove version.h on distclean.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19970 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-09-24 15:55:10 +00:00
parent dc5712ce3a
commit 5e490d613c

View File

@ -479,8 +479,8 @@ clean: dirclean
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)