mirror of
https://github.com/mpv-player/mpv
synced 2024-10-26 07:22:17 +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:
parent
dc5712ce3a
commit
5e490d613c
4
Makefile
4
Makefile
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user