diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-09-18 10:23:34 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-09-18 10:23:34 +0000 |
commit | 7db8f740c54608645ec932df575513a3bc3488b8 (patch) | |
tree | 0593eb37bc05b2ac0a8ede37ac415c15a817c8b7 /vidix/dhahelperwin | |
parent | 96db901f35e681511cea82540f8c31b909d4e6c6 (diff) |
Mark phony targets as such.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24569 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'vidix/dhahelperwin')
-rw-r--r-- | vidix/dhahelperwin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vidix/dhahelperwin/Makefile b/vidix/dhahelperwin/Makefile index 3689c6f4c3..d0965b7faf 100644 --- a/vidix/dhahelperwin/Makefile +++ b/vidix/dhahelperwin/Makefile @@ -37,3 +37,5 @@ clean: rm -f *.o *~ dhahelper.sys dhasetup.exe base.tmp temp.exp distclean: clean + +.PHONY: all clean distclean |