Mark phony targets as such.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26459 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-04-18 08:13:00 +00:00
parent 338b1e9eeb
commit bf2814fdf4
1 changed files with 2 additions and 0 deletions

View File

@ -19,3 +19,5 @@ clean:
rm -f *.o *~ test
distclean: clean
.PHONY: all install dep depend *clean