0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00

'make distclean' should remove all generated files, so also config.[h|mak].

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19299 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-08-03 17:34:54 +00:00
parent fffc1d306a
commit 70d49ab5e8

View File

@ -488,7 +488,7 @@ clean: dirclean
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: