mirror of https://github.com/mpv-player/mpv
Declare all clean targets phony in mpcommon.mak.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26444 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b099ea9c85
commit
8dd605f5e4
2
Makefile
2
Makefile
|
@ -486,4 +486,4 @@ libfaad2/libfaad2.a: .norecurse $(wildcard libfaad2/*.[ch] libfaad2/*/*.[ch])
|
|||
loader/libloader.a: .norecurse $(wildcard loader/*.[chSs])
|
||||
vidix/libvidix.a: .norecurse $(wildcard vidix/*.[ch])
|
||||
|
||||
.PHONY: all install* uninstall strip doxygen doxygen_clean
|
||||
.PHONY: all install* uninstall strip doxygen
|
||||
|
|
|
@ -38,4 +38,4 @@ checkheaders: $(ALLHEADERS:.h=.ho)
|
|||
|
||||
-include .depend
|
||||
|
||||
.PHONY: libs clean distclean dep depend
|
||||
.PHONY: libs *clean dep depend
|
||||
|
|
Loading…
Reference in New Issue