mirror of https://github.com/mpv-player/mpv
Remove tools on distclean, not on clean.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26622 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
473a0b4e14
commit
cbc297c09d
4
Makefile
4
Makefile
|
@ -874,11 +874,11 @@ uninstall:
|
|||
fi ; \
|
||||
done
|
||||
|
||||
clean: toolsclean
|
||||
clean:
|
||||
rm -f $(foreach dir,$(DIRS),$(foreach suffix,/*.o /*.a /*.ho /*~, $(addsuffix $(suffix),$(dir))))
|
||||
rm -f mplayer$(EXESUF) mencoder$(EXESUF)
|
||||
|
||||
distclean: clean doxygen_clean testsclean
|
||||
distclean: clean doxygen_clean testsclean toolsclean
|
||||
rm -f $(foreach dir,$(DIRS),$(foreach suffix,/*.d, $(addsuffix $(suffix),$(dir))))
|
||||
rm -f configure.log config.mak config.h codecs.conf.h help_mp.h \
|
||||
version.h $(VIDIX_PCI_FILES) \
|
||||
|
|
Loading…
Reference in New Issue