Mark phony targets as such.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24569 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-09-18 10:23:34 +00:00
parent 96db901f35
commit 7db8f740c5
1 changed files with 2 additions and 0 deletions

View File

@ -37,3 +37,5 @@ clean:
rm -f *.o *~ dhahelper.sys dhasetup.exe base.tmp temp.exp
distclean: clean
.PHONY: all clean distclean