summaryrefslogtreecommitdiffstats
path: root/vidix
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-26 11:17:17 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-26 11:17:17 +0000
commitdc7ffa9855bf884b6916fd65f16c37275d9a15e5 (patch)
treee06f58127a2863169a369077dd96ad7613005554 /vidix
parent03bfbfb8ca41ad988b5e41c7e80436266a97b312 (diff)
downloadmpv-dc7ffa9855bf884b6916fd65f16c37275d9a15e5.tar.bz2
mpv-dc7ffa9855bf884b6916fd65f16c37275d9a15e5.tar.xz
Merge clean and distclean rules.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26547 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'vidix')
-rw-r--r--vidix/dhahelperwin/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/vidix/dhahelperwin/Makefile b/vidix/dhahelperwin/Makefile
index d6f8f94408..a35d5b66e5 100644
--- a/vidix/dhahelperwin/Makefile
+++ b/vidix/dhahelperwin/Makefile
@@ -33,9 +33,7 @@ dhahelper.sys: temp.exp dhahelper.o dhahelper-rc.o
-lntoskrnl
strip $@
-clean:
+clean distclean:
rm -f *.o *~ dhahelper.sys dhasetup.exe base.tmp temp.exp
-distclean: clean
-
.PHONY: all clean distclean