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

Mark phony targets as such.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22071 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-01-30 11:01:10 +00:00
parent 37f9005da1
commit c98258efb8

View File

@ -428,3 +428,6 @@ libass/libass.a: .norecurse $(wildcard libass/*.[ch])
ifneq ($(wildcard .depend),)
include .depend
endif
.PHONY: all install* uninstall dirclean clean distclean strip dep depend
.PHONY: doxygen doxygen_clean