# HG changeset patch # User diego # Date 1190111014 0 # Node ID 56fa787726b213c3f69f8156be6f491fb57ecb2a # Parent 13911e955fce35b08c1984cee4ad45f12ee5857d Mark phony targets as such. diff -r 13911e955fce -r 56fa787726b2 vidix/dhahelperwin/Makefile --- a/vidix/dhahelperwin/Makefile Tue Sep 18 10:23:16 2007 +0000 +++ b/vidix/dhahelperwin/Makefile Tue Sep 18 10:23:34 2007 +0000 @@ -37,3 +37,5 @@ rm -f *.o *~ dhahelper.sys dhasetup.exe base.tmp temp.exp distclean: clean + +.PHONY: all clean distclean